1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
This commit is contained in:
Jeremy Ashkenas 2009-12-26 09:05:57 -08:00
parent 3c67d54bbe
commit 2a1fc4b1b7
2 changed files with 22 additions and 4 deletions

View file

@ -70,6 +70,7 @@
<a href="#switch">Switch/When/Else</a><br /> <a href="#switch">Switch/When/Else</a><br />
<a href="#try">Try/Catch/Finally</a><br /> <a href="#try">Try/Catch/Finally</a><br />
<a href="#strings">Multiline Strings</a><br /> <a href="#strings">Multiline Strings</a><br />
<a href="#resources">Resources</a><br />
<a href="#contributing">Contributing</a><br /> <a href="#contributing">Contributing</a><br />
<a href="#change_log">Change Log</a><br /> <a href="#change_log">Change Log</a><br />
</p> </p>
@ -419,6 +420,13 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
</p> </p>
<%= code_for('strings', 'moby_dick') %> <%= code_for('strings', 'moby_dick') %>
<h2 id="resources">Resources</h2>
<p>
<a href="http://github.com/jashkenas/coffee-script/">Source Code</a><br />
<a href="http://github.com/jashkenas/coffee-script/issues">Bugs and Feature Requests</a><br />
</p>
<h2 id="contributing">Contributing</h2> <h2 id="contributing">Contributing</h2>
<p> <p>
@ -433,7 +441,8 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
</li> </li>
<li> <li>
Ideas for alternate syntax to end blocks of expressions &mdash; the periods Ideas for alternate syntax to end blocks of expressions &mdash; the periods
can look a little weird with deeply nested structure. can look a little weird with deeply nested structure. (There's now a
'whitespace' branch &mdash; help add significant whitespace over there.)
</li> </li>
<li> <li>
Test cases for any syntax errors you encounter that you think CoffeeScript Test cases for any syntax errors you encounter that you think CoffeeScript

View file

@ -56,6 +56,7 @@
<a href="#switch">Switch/When/Else</a><br /> <a href="#switch">Switch/When/Else</a><br />
<a href="#try">Try/Catch/Finally</a><br /> <a href="#try">Try/Catch/Finally</a><br />
<a href="#strings">Multiline Strings</a><br /> <a href="#strings">Multiline Strings</a><br />
<a href="#resources">Resources</a><br />
<a href="#contributing">Contributing</a><br /> <a href="#contributing">Contributing</a><br />
<a href="#change_log">Change Log</a><br /> <a href="#change_log">Change Log</a><br />
</p> </p>
@ -847,6 +848,13 @@ about a little and see the watery part of the \
world..."; world...";
;alert(moby_dick);'>run: moby_dick</button><br class='clear' /></div> ;alert(moby_dick);'>run: moby_dick</button><br class='clear' /></div>
<h2 id="resources">Resources</h2>
<p>
<a href="http://github.com/jashkenas/coffee-script/">Source Code</a><br />
<a href="http://github.com/jashkenas/coffee-script/issues">Bugs and Feature Requests</a><br />
</p>
<h2 id="contributing">Contributing</h2> <h2 id="contributing">Contributing</h2>
<p> <p>
@ -861,7 +869,8 @@ world...";
</li> </li>
<li> <li>
Ideas for alternate syntax to end blocks of expressions &mdash; the periods Ideas for alternate syntax to end blocks of expressions &mdash; the periods
can look a little weird with deeply nested structure. can look a little weird with deeply nested structure. (There's now a
'whitespace' branch &mdash; help add significant whitespace over there.)
</li> </li>
<li> <li>
Test cases for any syntax errors you encounter that you think CoffeeScript Test cases for any syntax errors you encounter that you think CoffeeScript