Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
Commits on Jan 27, 2010
@jashkenas fixing instanceof, with a quick test 2f3a946
@jashkenas CoffeeScript 0.3.1, quick patch for 'instanceof' 5b2ab36
@jashkenas updating resources section with rack-coffee 83285fe
Commits on Jan 30, 2010
@jashkenas first draft of node.js REPL ba2d9df
@jashkenas implementing the Node REPL. e08e99a
@jashkenas node conversion finished, narwhal removed. f5a3703
@jashkenas made the path handling a little more robust b0ecb39
@jashkenas first little bit of the lexer 854c796
@jashkenas a little further on with the lexer eff2f4b
@jashkenas waypoint on lexing... parses basic strings, no indentation yet f19360c
@jashkenas more progress with the lexer, perhaps it's done babeebc
@jashkenas mixing in sys again, for the tests e755188
@jashkenas first little piece of the rewriter 84feab3
@jashkenas rewriter is halfway done, and working 557cdbb
@jashkenas getting there with the rewriter c6457e0
@jashkenas the rewriter is done bad50c9
Commits on Jan 31, 2010
@jashkenas the parser seems too big to compile a0572f1
@jashkenas removing the peg grammar 3a74875
@jashkenas adding precedence to the Jison parser db00cd6
Commits on Feb 01, 2010
@jashkenas simplifying order of operations a bit 681d4f4
Commits on Feb 02, 2010
@olsonjeffery olsonjeffery starting port of nodes.rb to coffee-script.. Node only, so far c8ac7f0
@jashkenas fixing bug with mixed dot and soak accessors c5c841f
@jashkenas merged in master 9648ae2
@jashkenas it's puts in node, not print df588bc
Commits on Feb 03, 2010
@jashkenas adding @property for this.property cb7a103
@jashkenas merging in master df670d4
@jashkenas remove parens 1587901
@jashkenas remove parens 9b7cfe8
@jashkenas fixing assigning to @properties within an expression dc7d0f1
@jashkenas Merge branch 'master' into node 0d56b89
Commits on Feb 04, 2010
@olsonjeffery olsonjeffery work on nodes.coffee and adding scope.coffee 74b9545
Commits on Feb 06, 2010
@jashkenas removing arguments as a keyword -- we can detect its use at code-gene…
…ration time.
b795ae7
@jashkenas merging master 96eb7e2
@jashkenas adding assign and return like they should have been 0a1873d
@jashkenas adding 'by' to array comprehensions decaea0
@jashkenas merging master 6a59c5c
Commits on Feb 07, 2010
@jashkenas added a blocks example 47bc1d5
@jashkenas merging all narwhal integration into a single file, so we can merge t…
…he node branch without breaking narwhal compatibility
5ec096e
@jashkenas spacing 293c2ff
@jashkenas merging node into master -- you can now pass the --narwhal flag to us…
…e narwhal instead. All tests are executing successfully against both Node.js and Narwhal/Rhino backends
7ec0a8d
@jashkenas waypoint -- it's beginning to parser 5649998
@jashkenas waypoint -- parser.coffee can parse basic functions a347183
@jashkenas merging jeff olson's work 1aa966b
Commits on Feb 08, 2010
@jashkenas CoffeeScript 0.3.2, just in time for the Github feature e2d75e6