This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
coffeescript
Watch
1
Star
1
Fork
0
You've already forked coffeescript
mirror of
https://github.com/jashkenas/coffeescript.git
synced
2026-04-11 03:00:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7d800b5e5bb3815ef338be9da84cd5b77d8186a4
coffeescript
/
lib
/
coffee_script
History
Jeremy Ashkenas
7d800b5e5b
removed the whole messy notions of looking downwards for returns or children -- ForNodes now peek at top-level status, and if they're being asked to return a value from the outside
2010-01-04 18:57:10 -05:00
..
CoffeeScript.tmbundle
adding consistent highlighting to variable assignment, whether functions or values
2010-01-01 17:11:48 -05:00
narwhal
rebuilding narwhal uncovered a bug with named functions
2010-01-01 22:00:34 -05:00
command_line.rb
fixing relative path for execution tests
2009-12-28 16:23:48 -05:00
grammar.y
more underscore examples raised a slight bug with a lexing ambiguity between leading whens (in switches), and trailing whens (in comprehensions) -- made two different tokens to distinguish them
2010-01-03 22:25:38 -05:00
lexer.rb
more underscore examples raised a slight bug with a lexing ambiguity between leading whens (in switches), and trailing whens (in comprehensions) -- made two different tokens to distinguish them
2010-01-03 22:25:38 -05:00
nodes.rb
removed the whole messy notions of looking downwards for returns or children -- ForNodes now peek at top-level status, and if they're being asked to return a value from the outside
2010-01-04 18:57:10 -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
parser.rb
more underscore examples raised a slight bug with a lexing ambiguity between leading whens (in switches), and trailing whens (in comprehensions) -- made two different tokens to distinguish them
2010-01-03 22:25:38 -05:00
rewriter.rb
more underscore examples raised a slight bug with a lexing ambiguity between leading whens (in switches), and trailing whens (in comprehensions) -- made two different tokens to distinguish them
2010-01-03 22:25:38 -05:00
scope.rb
nicer scope inspects
2010-01-04 09:43:50 -05: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