jashkenas--coffeescript/lib/coffee_script
Jeremy Ashkenas f5aafc6591 don't break trailing commas with rewrite_closing_parens 2009-12-29 10:20:18 -05:00
..
CoffeeScript.tmbundle changing array comprehension filters from 'where' to 'when' to mirror case/when 2009-12-29 09:55:37 -05:00
narwhal got lexer balancing parens, indent/outdents, brackets, and curlies 2009-12-28 21:02:40 -05:00
command_line.rb fixing relative path for execution tests 2009-12-28 16:23:48 -05:00
grammar.y don't break trailing commas with rewrite_closing_parens 2009-12-29 10:20:18 -05:00
lexer.rb don't break trailing commas with rewrite_closing_parens 2009-12-29 10:20:18 -05:00
nodes.rb part of the way to supporting multiline array comprehensions -- the grammar and parsing is there -- the code generation is tricky 2009-12-27 21:50:02 -08:00
parse_error.rb started raising syntax errors for parens wrapped around expressions (they used to silently be ignored) 2009-12-25 20:36:22 -08:00
scope.rb major internal reworking -- all variable declarations have been pushed up to the first line of the block scope -- all assignment is now an inherent expression 2009-12-25 22:57:33 -08:00
value.rb first draft of parsing and printing along comments -- unfortunately, not yet working within objects and arrays 2009-12-22 11:27:19 -05:00