mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
docs for CoffeeScript 0.5.2, which is now out.
This commit is contained in:
parent
22674bc536
commit
05d95acfc3
6 changed files with 86 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
|||
return this.pos;
|
||||
}
|
||||
};
|
||||
exports.VERSION = '0.5.1';
|
||||
exports.VERSION = '0.5.2';
|
||||
// Compile CoffeeScript to JavaScript, using the Coffee/Jison compiler.
|
||||
exports.compile = function compile(code, options) {
|
||||
return (parser.parse(lexer.tokenize(code))).compile(options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue