CoffeeScript 0.5.6

This commit is contained in:
Jeremy Ashkenas
2010-03-23 00:18:50 -04:00
parent 94185e3f70
commit 590c069158
36 changed files with 744 additions and 457 deletions

View File

@@ -22,7 +22,7 @@ else
helpers: this.helpers
# The current CoffeeScript version number.
exports.VERSION: '0.5.5'
exports.VERSION: '0.5.6'
# Instantiate a Lexer for our use here.
lexer: new Lexer()