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-31 16:09:27 -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 fixing up narwhal integration (again) 2009-12-30 15:05:05 -05:00
command_line.rb fixing relative path for execution tests 2009-12-28 16:23:48 -05:00
grammar.y the underscore example parses now -- added line number information to parenthetical nodes 2009-12-30 21:44:51 -05:00
lexer.rb detailed scan_tokens so that the calling function can indicate the number of spaces to move forward (or backward) in the token stream 2009-12-31 13:43:24 -05:00
nodes.rb enabling multi-line array and object comprehensions 2009-12-31 16:09:27 -05:00
parse_error.rb don't print the confusing indentation numbers when raising ParseErrors for indentation 2009-12-30 21:57:03 -05:00
rewriter.rb done commenting the rewriter 2009-12-31 13:45:07 -05: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