jashkenas--coffeescript/lib
Jeremy Ashkenas 8eedfe4bc6 slight simplification of the if-else grammar rules 2010-06-27 11:46:30 -04:00
..
cake.js First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
coffee-script.js removing extensions from CoffeeScript 2010-06-26 13:36:31 -04:00
command.js Ticket #423. When functions are generated within comprehensions ... the comprehensions should close over the element instead of sharing it. 2010-06-13 21:21:30 -04:00
grammar.js slight simplification of the if-else grammar rules 2010-06-27 11:46:30 -04:00
helpers.js First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -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 Re-ordering lexer rules for fewer regex matches / slightly faster lexing. 2010-06-27 10:58:08 -04:00
nodes.js switching 'a in b' to 'a of b', and adding an array presence check for 'a in b'. 2010-06-21 23:51:12 -04:00
optparse.js First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
parser.js removing extensions from CoffeeScript 2010-06-26 13:36:31 -04:00
repl.js First draft of switching the CoffeeScript Compiler over to camelCase. Pour one on the ground for underscores... 2010-06-12 19:05:13 -04:00
rewriter.js fixing issue #454 single-line function with single-line if/else 2010-06-26 17:20:13 -04:00
scope.js Make sure variables named e.g. "constructor" are declared with var 2010-06-16 12:54:53 +02:00
utilities.js more refactors to utilities ... removing dependencies and the namespacing 2010-03-30 19:27:38 -04:00