jashkenas--coffeescript/lib/coffee_script
Jeremy Ashkenas 84feab3492 first little piece of the rewriter 2010-01-30 17:02:05 -05:00
..
coffee-script.js first little piece of the rewriter 2010-01-30 17:02:05 -05:00
command_line.rb node conversion finished, narwhal removed. 2010-01-29 23:30:54 -05:00
grammar.y adding unary plus, new version of Underscore, still passes tests. Rebuilt Narwhal 2010-01-26 22:14:18 -05:00
lexer.js first little piece of the rewriter 2010-01-30 17:02:05 -05:00
lexer.rb waypoint on lexing... parses basic strings, no indentation yet 2010-01-30 14:00:23 -05:00
nodes.rb added test for lexical scope sharing through generated closure wrappers, something uncommonly used, but that was a regression 2010-01-24 13:39:27 -05:00
parse_error.rb first draft of mandatory parentheses around function definition param lists -- all tests pass 2010-01-26 00:40:58 -05:00
parser.rb adding unary plus, new version of Underscore, still passes tests. Rebuilt Narwhal 2010-01-26 22:14:18 -05:00
repl.js first draft of node.js REPL 2010-01-29 22:51:51 -05:00
rewriter.js first little piece of the rewriter 2010-01-30 17:02:05 -05:00
rewriter.rb fixing instanceof, with a quick test 2010-01-27 07:55:40 -05:00
runner.js mixing in sys again, for the tests 2010-01-30 16:14:13 -05:00
scope.rb simplification of function and prototype naming -- last_assign, immediate_assign, and proto_assign are gone, in favor of 'name' and 'proto' properties on CodeNodes 2010-01-16 15:44:07 -05:00
value.rb added Python's chainable comparisons, like: 10 > 5 > 1 2010-01-16 16:37:49 -05:00