1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/src
2010-03-03 14:31:30 +01:00
..
cake.coffee moving some of the fs methods over to sync methods, where it's alright and where it makes things clearer 2010-02-25 21:53:42 -05:00
coffee-script.coffee CoffeeScript 0.5.3, with classes 2010-02-27 20:21:46 -05:00
command_line.coffee fix: process.watchFile has moved to fs.watchFile 2010-03-03 14:31:30 +01:00
grammar.coffee first draft of adding classes to CoffeeScript 2010-02-27 18:57:45 -05:00
lexer.coffee improvement to comment handling that should ensure that they have no effect on indentation 2010-03-02 19:23:21 -05:00
narwhal.coffee removing traces of Ruby from coffee-script.coffee, redoing narwhal support to use the new compiler (but untested) 2010-02-17 22:37:56 -05:00
nodes.coffee removing the (now-unused) inherits helper, and adding a helper for creating LiteralNodes 2010-02-28 00:22:06 -05:00
optparse.coffee converting the remainder of the CoffeeScript compiler (Rewriter, Scope, Optparse) to use classes 2010-02-27 19:46:45 -05:00
repl.coffee light refactor for repl.coffee 2010-02-17 23:51:43 -05:00
rewriter.coffee improvement to comment handling that should ensure that they have no effect on indentation 2010-03-02 19:23:21 -05:00
scope.coffee converting the remainder of the CoffeeScript compiler (Rewriter, Scope, Optparse) to use classes 2010-02-27 19:46:45 -05:00