jashkenas--coffeescript/lib
Jeremy Ashkenas dfa50c90b3 Fixes Issue #525 -- String interpolation bug due to conflict with Heredoc interpolation. 2010-07-21 15:45:25 -07:00
..
cake.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
coffee-script.js bumping version to 0.7.2 for --options patch. 2010-07-12 08:17:26 -04:00
command.js Moving from '.addListener' to '.on' for Node v0.1.101 2010-07-18 07:54:44 -04:00
grammar.js adding no-argument super calls. 2010-07-18 14:46:21 -04:00
helpers.js adding a new comprehension 'for all key, value of object', which compiles to the naked JS for..in, including enumerable properties inherited from prototypes. 2010-07-15 21:18:35 -04:00
index.js michaelficarra's suggestion to make object comprehensions' hasOwnProperty check a continue, instead of a wrapped if. 2010-07-16 22:31:36 -04:00
lexer.js Fixes Issue #525 -- String interpolation bug due to conflict with Heredoc interpolation. 2010-07-21 15:45:25 -07:00
nodes.js fixing regex-interpolation-sans-flags issue. 2010-07-21 10:32:36 -07:00
optparse.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
parser.js adding no-argument super calls. 2010-07-18 14:46:21 -04:00
repl.js Moving from '.addListener' to '.on' for Node v0.1.101 2010-07-18 07:54:44 -04:00
rewriter.js enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals. 2010-07-17 18:45:29 -04:00
scope.js michaelficarra's suggestion to make object comprehensions' hasOwnProperty check a continue, instead of a wrapped if. 2010-07-16 22:31:36 -04:00
utilities.js more refactors to utilities ... removing dependencies and the namespacing 2010-03-30 19:27:38 -04:00