CoffeeScript 0.5.5, with string interpolation and internal documentation

This commit is contained in:
Jeremy Ashkenas
2010-03-08 06:34:07 -05:00
parent 90f2e0dbb9
commit bcf7b3f95b
13 changed files with 227 additions and 109 deletions

View File

@@ -18,7 +18,7 @@ else
this.exports: this.CoffeeScript: {}
# The current CoffeeScript version number.
exports.VERSION: '0.5.4'
exports.VERSION: '0.5.5'
# Compile a string of CoffeeScript code to JavaScript, using the Coffee/Jison
# compiler.