jashkenas--coffeescript/lib/coffee_script
Jeremy Ashkenas cb7a1033fa adding @property for this.property 2010-02-02 20:36:46 -05:00
..
narwhal adding unary plus, new version of Underscore, still passes tests. Rebuilt Narwhal 2010-01-26 22:14:18 -05:00
command_line.rb moved CoffeeScript.tmbundle to extras and rewrote the installation instructions in plain text 2010-01-25 22:22:39 -05:00
grammar.y adding @property for this.property 2010-02-02 20:36:46 -05:00
lexer.rb first draft of whitespace-sensitive method calls and indexes. 2010-01-26 20:59:52 -05:00
nodes.rb adding @property for this.property 2010-02-02 20:36:46 -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 @property for this.property 2010-02-02 20:36:46 -05:00
rewriter.rb fixing instanceof, with a quick test 2010-01-27 07:55:40 -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