mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
CoffeeScript 0.6.0 is on the books.
This commit is contained in:
parent
59ae79d8fb
commit
c067808b54
20 changed files with 203 additions and 258 deletions
|
@ -23,7 +23,7 @@
|
|||
helpers = this.helpers;
|
||||
}
|
||||
// The current CoffeeScript version number.
|
||||
exports.VERSION = '0.5.6';
|
||||
exports.VERSION = '0.6.0';
|
||||
// Instantiate a Lexer for our use here.
|
||||
lexer = new Lexer();
|
||||
// Compile a string of CoffeeScript code to JavaScript, using the Coffee/Jison
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue