jashkenas--coffeescript/lib/coffee_script
Jeremy Ashkenas 1e74805aa4 test_operations.coffee is now compiling successfully 2010-02-11 23:59:56 -05:00
..
narwhal merging node into master -- you can now pass the --narwhal flag to use narwhal instead. All tests are executing successfully against both Node.js and Narwhal/Rhino backends 2010-02-07 12:52:07 -05:00
coffee-script.js added the ability to print the parse tree 2010-02-11 23:11:05 -05:00
command_line.js added the ability to print the parse tree 2010-02-11 23:11:05 -05:00
command_line.rb things are in motion -- bin/node_coffee is the new JS-only command line ... it can pass some of the tests 2010-02-11 01:57:33 -05:00
grammar.js test_functions.coffee compiles and runs successfully. 2010-02-11 23:57:31 -05:00
grammar.y raising the precedence level of delete, instanceof, and typeof 2010-02-09 22:20:04 -05:00
lexer.js Self-compiler: now does while loops 2010-02-09 22:05:17 -05:00
lexer.rb merging master 2010-02-05 22:02:11 -05:00
nodes.js test_operations.coffee is now compiling successfully 2010-02-11 23:59:56 -05:00
nodes.rb and now with if/else statements, CoffeeScript-in-CoffeeScript is language-complete -- now for the shakedown cruise 2010-02-10 21:40:10 -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.js updated to latest jison, rebuilt parser 2010-02-11 23:34:45 -05:00
parser.rb raising the precedence level of delete, instanceof, and typeof 2010-02-09 22:20:04 -05:00
repl.js things are in motion -- bin/node_coffee is the new JS-only command line ... it can pass some of the tests 2010-02-11 01:57:33 -05:00
rewriter.js CoffeeScript-in-CoffeeScript just had it's first self-compiled snippet. 2010-02-08 22:22:59 -05:00
rewriter.rb merging master 2010-02-05 22:02:11 -05:00
runner.js things are in motion -- bin/node_coffee is the new JS-only command line ... it can pass some of the tests 2010-02-11 01:57:33 -05:00
scope.js upgrading the test harness 2010-02-09 08:15:11 -05:00
scope.rb finished up the CoffeeScript version of the Scope object 2010-02-08 21:10:48 -05:00
value.rb added Python's chainable comparisons, like: 10 > 5 > 1 2010-01-16 16:37:49 -05:00