jashkenas--coffeescript/lib
Jeremy Ashkenas aae2405de4 removing all of the 'type' tags from the Nodes. Simply using constructor.name instead. 2010-03-31 00:04:14 -04:00
..
cake.js removing __range, and all the slice behavior it enabled. If you can't do array[-1], then you shouldn't be able to do array[0..-1] -- it's just too inconsistent. 2010-03-30 20:06:44 -04:00
coffee-script.js making the Rewriter's add_implicit_calls more sensitive of parenthetical arguments. 2010-03-28 17:12:30 -04:00
command.js removing __range, and all the slice behavior it enabled. If you can't do array[-1], then you shouldn't be able to do array[0..-1] -- it's just too inconsistent. 2010-03-30 20:06:44 -04:00
grammar.js reverting the grammar to the pre-slice notation. 2010-03-30 20:11:40 -04:00
helpers.js Put back every utility functions on the global scope, automatically prefixed with `__` and set them dynamically as reserved on the lexer. 2010-03-30 16:48:43 -04:00
lexer.js more utility simplifications 2010-03-30 19:17:40 -04:00
nodes.js removing all of the 'type' tags from the Nodes. Simply using constructor.name instead. 2010-03-31 00:04:14 -04:00
optparse.js merged matehat's utility branch, arraySlice -> slice, removed dead dependency... 2010-03-30 18:27:53 -04:00
parser.js reverting the grammar to the pre-slice notation. 2010-03-30 20:11:40 -04:00
repl.js removing deprecated references to process.mixin in favor of helpers.extend for Node 0.1.32 2010-03-15 22:53:25 -07:00
rewriter.js more refactors to utilities ... removing dependencies and the namespacing 2010-03-30 19:27:38 -04:00
scope.js removing __range, and all the slice behavior it enabled. If you can't do array[-1], then you shouldn't be able to do array[0..-1] -- it's just too inconsistent. 2010-03-30 20:06:44 -04:00
utilities.js more refactors to utilities ... removing dependencies and the namespacing 2010-03-30 19:27:38 -04:00