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-05-03 03:00:14 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
293c2ffb5b61a401e9626a7479d10de121aab435
coffeescript
/
lib
/
coffee_script
History
Jeremy Ashkenas
293c2ffb5b
spacing
2010-02-07 11:59:19 -05:00
..
narwhal
spacing
2010-02-07 11:59:19 -05:00
command_line.rb
moved CoffeeScript.tmbundle to extras and rewrote the installation instructions in plain text
2010-01-25 22:22:39 -05:00
grammar.y
removing arguments as a keyword -- we can detect its use at code-generation time.
2010-02-05 22:01:11 -05:00
lexer.rb
removing arguments as a keyword -- we can detect its use at code-generation time.
2010-02-05 22:01:11 -05:00
nodes.rb
adding 'by' to array comprehensions
2010-02-06 10:12:57 -05:00
parse_error.rb
first draft of mandatory parentheses around function definition param lists -- all tests pass
2010-01-26 00:40:58 -05:00
parser.rb
removing arguments as a keyword -- we can detect its use at code-generation time.
2010-02-05 22:01:11 -05:00
rewriter.rb
removing arguments as a keyword -- we can detect its use at code-generation time.
2010-02-05 22:01:11 -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