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

@@ -24,7 +24,7 @@ parser.lexer: {
showPosition: -> @pos
}
exports.VERSION: '0.5.1'
exports.VERSION: '0.5.2'
# Compile CoffeeScript to JavaScript, using the Coffee/Jison compiler.
exports.compile: (code, options) ->