1
0
Fork 0
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:
Jeremy Ashkenas 2010-02-25 00:26:59 -05:00
parent 22674bc536
commit 05d95acfc3
6 changed files with 86 additions and 8 deletions

View file

@ -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);