CoffeeScript 0.5.3, with classes

This commit is contained in:
Jeremy Ashkenas
2010-02-27 20:21:46 -05:00
parent a35693554c
commit 62b2ab29cd
6 changed files with 28 additions and 8 deletions

View File

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