Jeremy Ashkenas
|
d14b127b60
|
documentation waypoint
|
2009-12-21 11:41:45 -05:00 |
|
Jeremy Ashkenas
|
d86f92c6f2
|
added full complement of bitwise operators
|
2009-12-19 22:55:58 -05:00 |
|
Jeremy Ashkenas
|
91303efd2c
|
lots of tweaks make the tests pass again
|
2009-12-18 23:13:59 -05:00 |
|
Jeremy Ashkenas
|
d73ff9a79f
|
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
|
98cf9f5af2
|
parser test raises some minor improvements (remove unnecessary ValueNode arrays, etc
|
2009-12-18 07:11:01 -05:00 |
|
Jeremy Ashkenas
|
35b5d8c630
|
after a lot of grammar wrestling, got the if-else chains to parse unambiguously. Now you only need a single period to close chains of any length.
|
2009-12-18 00:49:23 -05:00 |
|
Jeremy Ashkenas
|
8575d91c66
|
finally got the function/object/variable assignment indentation straightened out, I think
|
2009-12-17 23:45:24 -05:00 |
|
Jeremy Ashkenas
|
5c737d29ab
|
renamed Nodes to Expressions
|
2009-12-17 22:58:40 -05:00 |
|
Jeremy Ashkenas
|
dd28074436
|
finished commenting the grammar
|
2009-12-17 22:22:35 -05:00 |
|
Jeremy Ashkenas
|
f8ab30fa42
|
many more comments, plus a fix for inner-assignment indentation
|
2009-12-17 22:13:29 -05:00 |
|
Jeremy Ashkenas
|
a71a3cdf3f
|
added the 'delete' operator
|
2009-12-17 21:21:07 -05:00 |
|
Jeremy Ashkenas
|
f5d31b78e6
|
removed the 'default' keyword in favor of an 'else'
|
2009-12-17 21:14:36 -05:00 |
|
Jeremy Ashkenas
|
f8a5f7595d
|
cleanups getting underscore to compile
|
2009-12-17 10:33:57 -05:00 |
|
Jeremy Ashkenas
|
9f33cf19ad
|
added nice syntax errors
|
2009-12-17 10:04:43 -05:00 |
|
Jeremy Ashkenas
|
cd0091c045
|
added the ability to super()
|
2009-12-17 09:07:42 -05:00 |
|
Jeremy Ashkenas
|
fd63698005
|
completely reorganized for a gem and the 'coffee-script' command
|
2009-12-16 22:42:53 -05:00 |
|