jashkenas--coffeescript/lib
Jeremy Ashkenas 4b4b0e630e yet another rewriter-based comment fix, this time for issue #403 2010-06-12 18:06:33 -04:00
..
cake.js cleaner generated code for range comprehensions, but you have to use an explicit step to go downwards. Forked the code path for cleaner range literals as well. 2010-05-31 19:38:45 -04:00
coffee-script.js ahh, finally. switched up our Jison configuration to provide better syntax errors. Now you get the unexpected token, instead of the expected one. 2010-06-01 20:21:12 -04:00
command.js Making the REPL the default behaviour of 'coffee', when called with no arguments, a-la Node and Python. 2010-06-12 11:09:30 -04:00
grammar.js slight simplification to if/else in the grammar. 2010-06-12 13:53:11 -04:00
helpers.js Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366 2010-05-14 23:40:04 -04:00
index.js making bin/cake install add CoffeeScript as a Node.js library, and creating an index.js file for the top-level inclusion. 2010-04-20 20:20:38 -04:00
lexer.js adding a 'loop' keyword to CoffeeScript. Takes an expression or a block. Runs it until you break or return out. 2010-06-12 12:15:53 -04:00
nodes.js removing the <- bind operator from CoffeeScript... 2010-06-12 11:00:56 -04:00
optparse.js cleaner generated code for range comprehensions, but you have to use an explicit step to go downwards. Forked the code path for cleaner range literals as well. 2010-05-31 19:38:45 -04:00
parser.js slight simplification to if/else in the grammar. 2010-06-12 13:53:11 -04:00
repl.js new improved REPL, using Node's new 'readline' module... 2010-06-11 18:36:18 -04:00
rewriter.js yet another rewriter-based comment fix, this time for issue #403 2010-06-12 18:06:33 -04:00
scope.js Fixed lingering CoffeeScript Compiler running live in Internet Explorer bugs. Implemented helpers.index_of and removed named functions. Ticket #366 2010-05-14 23:40:04 -04:00
utilities.js more refactors to utilities ... removing dependencies and the namespacing 2010-03-30 19:27:38 -04:00