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
2009-12-29 22:24:52 -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 whitespace parser down to 4 shift/reduce errors -- good enough for me 2009-12-29 21:46:15 -05:00
lexer.rb implementing kamatsu's debt-based lexer for closing delimiters 2009-12-29 22:24:52 -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