Jeremy Ashkenas
|
3524d618d8
|
adding unary plus, new version of Underscore, still passes tests. Rebuilt Narwhal
|
2010-01-26 22:14:18 -05:00 |
|
Jeremy Ashkenas
|
e998a81b63
|
removing block literals in favor of implicit calls
|
2010-01-26 21:05:26 -05:00 |
|
Jeremy Ashkenas
|
aa93d3c387
|
first draft of whitespace-sensitive method calls and indexes.
|
2010-01-26 20:59:52 -05:00 |
|
Jeremy Ashkenas
|
a9f016e292
|
trying out new arrows for function literals -> is a function, => is a bound function
|
2010-01-26 10:52:05 -05:00 |
|
Jeremy Ashkenas
|
29e4043f26
|
tests passing with smarter block syntax with optional parens
|
2010-01-26 02:15:08 -05:00 |
|
Jeremy Ashkenas
|
460b3f6d8e
|
first draft of mandatory parentheses around function definition param lists -- all tests pass
|
2010-01-26 00:40:58 -05:00 |
|
Jeremy Ashkenas
|
e6f010b983
|
adding more examples to the computer_science folder, and fiddling with operator precedence
|
2010-01-24 18:59:29 -05:00 |
|
Jeremy Ashkenas
|
d728c3d669
|
added existence chains with '?.' -- soaks up attempts to access undefined properties, returning 'undefined'
|
2010-01-23 23:30:55 -05:00 |
|
Jeremy Ashkenas
|
9160500e84
|
removing 'this' rewriting in favor of correctly calling generated closures
|
2010-01-23 21:11:27 -05:00 |
|
Jeremy Ashkenas
|
5f94186b40
|
adding the compiled parser back into the repo (after all that) so that it can be used as the source for the narwhal package
|
2010-01-23 12:44:36 -05:00 |
|