0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ForBody is really the ForSource More... over 16 years ago
cleaned up the for grammar and eliminated a shift/reduce conflict More... over 16 years ago
make equals signs full equals of colons -- you can use them inside of object literals now too More... over 16 years ago
allowing = to assign More... over 16 years ago
going back to familiar operators +: is just too strange More... over 16 years ago
added a test to make sure that chained calls work More... over 16 years ago
allowing chained function calls, one right after another More... over 16 years ago
bumping to 0.1.3 ... here we go More... over 16 years ago
better error warnings on the command line More... over 16 years ago
removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run More... over 16 years ago
majorly cleaned up the CoffeeScript that defines the Narwhal integration More... over 16 years ago
the narwhal integration written in JavaScript has been replaced with CoffeeScript, and compiler-generated variable names now start with '__' More... over 16 years ago
sped up the execution test a good deal by running it all in one pass More... over 16 years ago
making all assignment-y operators use a colon -- now it's +: -: *: /:, and friends More... over 16 years ago
removed dependency on v8 in favor of bin/cs More... over 16 years ago
Print compiler errors to stderr More... over 16 years ago
fixed the bin/cs repl to save assignment between commands by using the new --no-wrap More... over 16 years ago
the --no-wrap option now disables top-level var declarations More... over 16 years ago
updating docs for isnt More... over 16 years ago
trading aint for isnt -- let's be serious More... over 16 years ago
allowing quoted strings within object assignment, a in JS and JSON More... over 16 years ago
bumping to 0.1.2 to get the super()/extends fix out there More... over 16 years ago
got extends back in the language -- use it together with super More... over 16 years ago
fixing super() calls, thanks to tolmasky More... over 16 years ago
removing the special-case std-reading in favor of '--eval' More... over 16 years ago
document that -e can read from stdin More... over 16 years ago
with a working -n --no-wrap option to disable the top-level function safety wrapper More... over 16 years ago
Merge branch 'master' of git://github.com/tlrobinson/coffee-script More... over 16 years ago
... More... over 16 years ago
outdent lexing is correct now, I think More... over 16 years ago