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-02-18 11:31:20 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41f3d54f4a1b8f7ffb76bb94c7caf3b7c6a217c5
coffeescript
/
lib
/
coffee_script
History
Jeremy Ashkenas
41f3d54f4a
rebuilding narwhal libs
2009-12-28 16:10:56 -05:00
..
CoffeeScript.tmbundle
adding newline escaping, with tests
2009-12-26 09:29:03 -08:00
narwhal
rebuilding narwhal libs
2009-12-28 16:10:56 -05:00
command_line.rb
Add package on command line in case it's not installed in a Narwhal packages path.
2009-12-28 01:49:07 -08:00
grammar.y
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
lexer.rb
got negative ranges working with (much, much) uglier compiled code
2009-12-26 20:35:43 -08: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