0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up nodes.rb indentation code with an idt method More... over 16 years ago
weepy's new speedy comprehensions More... over 16 years ago
mentioning the racc gem in the readme More... over 16 years ago
adding automatic 'return this' for constructors: functions that start with a Capital Letter More... over 16 years ago
added the constructor fix for capitalized functions More... over 16 years ago
fixing the lexer to handle strings that end with a backslash character More... over 16 years ago
adding a warning about parser.rb to the readme More... over 16 years ago
printing a warning when the parser goes missing More... over 16 years ago
ignoring the generated parser.rb More... over 16 years ago
removing the parser.rb from revision control -- it's taking up too much space -- you'll have to generate it yourself with rake build:parser More... over 16 years ago
adding empty return statements -- they return null More... over 16 years ago
next time: don't copy the .tmDelta over the .tmLanguage More... over 16 years ago
if we escape the close-brackets, it won't think single-line objects need folding More... over 16 years ago
add folding for multi-line object literals More... over 16 years ago
comments More... over 16 years ago
adding the 'in' operator More... over 16 years ago
fixing weepy's comment scenario More... over 16 years ago
fixing range literals by making them values, not expressions, and adding tests More... over 16 years ago
adding ranges as expressions, they get expanded into the equivalent array More... over 16 years ago
ellipsis is the new splat More... over 16 years ago
CoffeeScript 0.2.1 More... over 16 years ago
docs for arguments conversion More... over 16 years ago
automatic conversion of arguments into arrays More... over 16 years ago
alright, done fiddling. CoffeeScript 0.2.0 More... over 16 years ago
more docs More... over 16 years ago
tweaking docs More... over 16 years ago
more docs for 0.2 -- blocks and splats More... over 16 years ago
adding the complete underscore.coffee example to the docs More... over 16 years ago
first pass at 0.2.0 docs More... over 16 years ago
minor doc updates -- let's try pulling in the underscore test suite More... over 16 years ago