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-23 23:30:55 -05:00
..
CoffeeScript.tmbundle fixes for syntax highlighting assignments and regexes 2010-01-16 14:28:42 -05:00
narwhal CoffeeScript 0.2.6 is on the books 2010-01-17 18:12:59 -05:00
command_line.rb separating out the --no-wrap and the --globals arguments, which shouldn't be jammed together 2010-01-07 21:10:25 -05:00
grammar.y added existence chains with '?.' -- soaks up attempts to access undefined properties, returning 'undefined' 2010-01-23 23:30:55 -05:00
lexer.rb added existence chains with '?.' -- soaks up attempts to access undefined properties, returning 'undefined' 2010-01-23 23:30:55 -05:00
nodes.rb added existence chains with '?.' -- soaks up attempts to access undefined properties, returning 'undefined' 2010-01-23 23:30:55 -05:00
parse_error.rb nicer syntax error messages for newlines and indentation 2010-01-12 17:44:03 -05:00
parser.rb added existence chains with '?.' -- soaks up attempts to access undefined properties, returning 'undefined' 2010-01-23 23:30:55 -05:00
rewriter.rb fixing comments as the last line of a block 2010-01-20 20:36:31 -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