Jeremy Ashkenas
|
9a7c075e06
|
parser and test tweaks for whitespace -- tests are coming along
|
2009-12-30 17:58:27 -05:00 |
|
Jeremy Ashkenas
|
9a946d2ac5
|
execution tests still pass -- more lexer block insertion and 2 shift/reduces in the grammar now
|
2009-12-30 15:52:07 -05:00 |
|
Jeremy Ashkenas
|
6ddd808f74
|
removing dots from whitespace examples
|
2009-12-30 00:22:27 -05:00 |
|
Jeremy Ashkenas
|
90051e9096
|
clean up a couple of test errors for whitespace
|
2009-12-30 00:08:49 -05:00 |
|
Jeremy Ashkenas
|
08dddb27a0
|
adding newline escaping, with tests
|
2009-12-26 09:29:03 -08:00 |
|
Jeremy Ashkenas
|
3c67d54bbe
|
changed bin/coffee-script to bin/coffee
|
2009-12-26 08:57:13 -08:00 |
|
Jeremy Ashkenas
|
ff78546465
|
added array comprehensions over ranges
|
2009-12-26 00:16:40 -08:00 |
|
Jeremy Ashkenas
|
adaae0ccae
|
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
|
2009-12-25 22:57:33 -08:00 |
|
Jeremy Ashkenas
|
7c132d65dc
|
started raising syntax errors for parens wrapped around expressions (they used to silently be ignored)
|
2009-12-25 20:36:22 -08:00 |
|
Jeremy Ashkenas
|
1ba7c77136
|
reorganizing test fixtures and adding range literals for array slices
|
2009-12-25 16:20:28 -08:00 |
|
Jeremy Ashkenas
|
d46bf8ee71
|
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
|
2009-12-25 14:18:05 -08:00 |
|
Jeremy Ashkenas
|
4b5db1181c
|
make equals signs full equals of colons -- you can use them inside of object literals now too
|
2009-12-25 13:21:17 -08:00 |
|
Jeremy Ashkenas
|
73aaf127c8
|
removed bin/cs in favor of a more comprehensive coffee-script command ... now with --interactive and --run
|
2009-12-24 23:57:27 -08:00 |
|
Jeremy Ashkenas
|
d8ceb3b4bb
|
sped up the execution test a good deal by running it all in one pass
|
2009-12-24 22:29:30 -08:00 |
|
Jeremy Ashkenas
|
6865f5be92
|
removed dependency on v8 in favor of bin/cs
|
2009-12-24 22:08:32 -08:00 |
|
Jeremy Ashkenas
|
e27756cee8
|
with a working -n --no-wrap option to disable the top-level function safety wrapper
|
2009-12-24 15:31:00 -08:00 |
|
Jeremy Ashkenas
|
849f0e4192
|
added comprehensive linting to the test suit
|
2009-12-24 00:49:11 -08:00 |
|
Jeremy Ashkenas
|
fb13a303f2
|
with a more comprehensive execution test that uncovered some missing spots
|
2009-12-24 00:41:12 -08:00 |
|
Jeremy Ashkenas
|
b743e3219a
|
added some execution test
|
2009-12-24 00:12:07 -08:00 |
|
Jeremy Ashkenas
|
ec58d6fda2
|
got comments within object and array literals working out
|
2009-12-22 11:50:43 -05:00 |
|
Jeremy Ashkenas
|
65809d08f6
|
first draft of parsing and printing along comments -- unfortunately, not yet working within objects and arrays
|
2009-12-22 11:27:19 -05:00 |
|
Jeremy Ashkenas
|
d45643c527
|
passing through comments as tags on Values, but not printing them out quite yet...
|
2009-12-22 10:48:58 -05:00 |
|
Jeremy Ashkenas
|
6f81ac3684
|
patched up array comprehensions somewhat. Parens are still a necessary evil, and there's still probably plenty of edge cases
|
2009-12-18 22:30:09 -05:00 |
|
Jeremy Ashkenas
|
6ba5d45cbe
|
finished the first draft of the parser test
|
2009-12-18 07:28:26 -05:00 |
|
Jeremy Ashkenas
|
f154ab3d15
|
adding comprehensive attr_readers to the AST for testing
|
2009-12-18 07:21:59 -05:00 |
|
Jeremy Ashkenas
|
669c065dd7
|
parser test raises some minor improvements (remove unnecessary ValueNode arrays, etc
|
2009-12-18 07:11:01 -05:00 |
|
Jeremy Ashkenas
|
92adabdddc
|
adding an initial lexer test
|
2009-12-18 06:59:06 -05:00 |
|