1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/lib/coffee_script
2010-01-26 21:15:56 -05:00
..
narwhal trying out new arrows for function literals -> is a function, => is a bound function 2010-01-26 10:52:05 -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 removing block literals in favor of implicit calls 2010-01-26 21:05:26 -05:00
lexer.rb first draft of whitespace-sensitive method calls and indexes. 2010-01-26 20:59:52 -05:00
nodes.rb added test for lexical scope sharing through generated closure wrappers, something uncommonly used, but that was a regression 2010-01-24 13:39:27 -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 removing block literals in favor of implicit calls 2010-01-26 21:05:26 -05:00
rewriter.rb complete implicit functions, I think these are done. 2010-01-26 21:15:56 -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