0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixing paths for running coffee compiles CoffeeScript source files into JavaScript. More... over 16 years ago
more underscore examples More... over 16 years ago
more underscore and bugfix edits to code generation More... over 16 years ago
more underscore, and removing custom_assign and return from conditional compilation More... over 16 years ago
coffeescript 0.1.5, just for kicks More... over 16 years ago
docs for range comprehensiosn More... over 16 years ago
got negative ranges working with (much, much) uglier compiled code More... over 16 years ago
that's it for now for significant whitespace -- I really just can't make flexible enough More... over 16 years ago
smarter but uglier lexer -- now handles most significant whitespace cases. Clean it up though... (newlines after outdents) More... over 16 years ago
removing no_paren -- it was optimizing away order of operations More... over 16 years ago
removing no_paren -- can cause order of operations errors More... over 16 years ago
got a lexer working along the lines of what kamatsu proposes More... over 16 years ago
little more progress on whitespace More... over 16 years ago
merging in master More... over 16 years ago
adding newline escaping, with tests More... over 16 years ago
docs More... over 16 years ago
changed bin/coffee-script to bin/coffee More... over 16 years ago
fixed range comprehension indexing More... over 16 years ago
trading the cs> prompt for the coffee> prompt More... over 16 years ago
added array comprehensions over ranges More... over 16 years ago
docs for assignment-as-expression More... over 16 years ago
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 More... over 16 years ago
started raising syntax errors for parens wrapped around expressions (they used to silently be ignored) More... over 16 years ago
don't add the no_wrap key to the options hash unless we're going to use it More... over 16 years ago
comment More... over 16 years ago
documenting ranges and slices More... over 16 years ago
reorganizing test fixtures and adding range literals for array slices More... over 16 years ago
CoffeeScript 0.1.4 More... over 16 years ago
moved the coffeescript extension over from .cs to .coffee -- let's leave C# in peace. Changed array comprehensions to always return their mapped result, even when unassigned More... over 16 years ago
stopped using __proto__, instead, using a variant of goog.inherits for extends and super() More... over 16 years ago