satyr
|
0441d4a5d1
|
rewriter: no longer tries to include dynamic keys into braceless objects
|
2010-11-02 23:22:41 +09:00 |
|
Jeremy Ashkenas
|
5eb255a649
|
modified satyr: allowed temporary variables to share names with ones on upper scopes
|
2010-11-02 00:31:42 -04:00 |
|
Jeremy Ashkenas
|
605f362ab6
|
BY now closes implicit calls.
|
2010-11-02 00:25:04 -04:00 |
|
Jeremy Ashkenas
|
987aaa0e19
|
modified satyr -- when now closes implicit calls.
|
2010-11-02 00:00:26 -04:00 |
|
Jeremy Ashkenas
|
b0e7c3e3e7
|
modified satyr -- made temp vars be declared later.
|
2010-11-01 23:58:03 -04:00 |
|
Jeremy Ashkenas
|
6aaa2eb4d0
|
safer splats with __slice where necessary.
|
2010-11-01 23:41:05 -04:00 |
|
Jeremy Ashkenas
|
6b4e437c93
|
CoffeeScript now compiled 'undefined' as 'void 0'
|
2010-10-27 22:50:20 -04:00 |
|
Jeremy Ashkenas
|
853d28860a
|
Issue #801 -- Empty catch statements immediately preceding outdents.
|
2010-10-27 22:21:47 -04:00 |
|
satyr
|
426d71cb4f
|
leading then is now valid
|
2010-10-26 05:36:32 +09:00 |
|
satyr
|
ad79e142ca
|
refactored operator parsing
|
2010-10-26 03:58:11 +09:00 |
|
satyr
|
863f3f6b47
|
rewriter: (a): (b): (c) is now allowed
|
2010-10-26 00:56:03 +09:00 |
|
satyr
|
ff82c59903
|
rewriter: a: b: c is now valid
|
2010-10-26 00:38:28 +09:00 |
|
Jeremy Ashkenas
|
c2da8c2d54
|
Removing extraneous semicolon, adding back in final break -- src now lints cleanly.
|
2010-10-24 20:51:55 -04:00 |
|
Jeremy Ashkenas
|
6347849cd0
|
Switching parenthesized side in comprehensions.
|
2010-10-24 14:11:09 -04:00 |
|
satyr
|
a458c4a905
|
dynakeys: can now do destructuring assignments
|
2010-10-24 17:56:34 +09:00 |
|
satyr
|
85c8a6780a
|
dynakeys: can now be braceless
|
2010-10-24 15:39:11 +09:00 |
|
satyr
|
2bc2c4717e
|
nodes: refactored and removed the notion of o.top in favor of LVL_TOP
|
2010-10-23 19:18:04 +09:00 |
|
satyr
|
b82f495ec7
|
nodes: introduced a notion of levels that streamlines parenthesizations
|
2010-10-23 19:17:56 +09:00 |
|
Jeremy Ashkenas
|
c92fd79f35
|
normalizing loop declarations towards common JS practice.
|
2010-10-21 21:51:06 -04:00 |
|
Jeremy Ashkenas
|
0342b0a89f
|
merging the range-killer to master
|
2010-10-21 21:27:45 -04:00 |
|
satyr
|
341de42692
|
removed extra parens around simple values
|
2010-10-22 09:35:15 +09:00 |
|
satyr
|
79148d2940
|
refactored loop variable caching
|
2010-10-22 02:07:00 +09:00 |
|
satyr
|
bd10c2f828
|
implemented for-from-to and removed dotted ranges
|
2010-10-21 23:06:50 +09:00 |
|
satyr
|
2f7c076a50
|
fixed a bug where in malfunctioned in commaed lists
|
2010-10-21 22:13:59 +09:00 |
|
Timothy Jones
|
f229f791a9
|
Proper testing, this time.
|
2010-10-21 14:37:58 +13:00 |
|
satyr
|
31746ce692
|
made In node invertible
|
2010-10-21 09:19:52 +09:00 |
|
satyr
|
53fbfc7d15
|
removed extra parens from in/return compilations
|
2010-10-21 07:19:08 +09:00 |
|
satyr
|
78835073db
|
removed extra parens from array/index compilations
|
2010-10-21 06:07:58 +09:00 |
|
satyr
|
c11ca94870
|
removed extra parens from soak compilations
|
2010-10-21 04:51:11 +09:00 |
|
satyr
|
c1dc74fc8b
|
removed extra parens from compilations with assignments or conditional operators
|
2010-10-21 02:29:06 +09:00 |
|
Jeremy Ashkenas
|
303be86291
|
resolving merge conflict.
|
2010-10-19 23:31:19 -04:00 |
|
Jeremy Ashkenas
|
113d7ce98f
|
let's try to merge these indexOf patches.
|
2010-10-19 23:27:15 -04:00 |
|
satyr
|
2c84f3ed1f
|
removed helpers.{indexOf,include} in favor of in operator
|
2010-10-20 12:20:10 +09:00 |
|
satyr
|
90a13bd791
|
compound assignments are now represented as Assign nodes (rather than Op) and have the same precedence as =
|
2010-10-20 09:50:42 +09:00 |
|
Timothy Jones
|
8c4a48d9d0
|
Adjusting refactor to better emulate map.
|
2010-10-20 12:51:34 +13:00 |
|
Timothy Jones
|
8fff6e9baf
|
Refactoring scope to use an array instead of an object, to make the IE bugfix significantly tidier.
|
2010-10-20 12:36:50 +13:00 |
|
Timothy Jones
|
0e395569ee
|
Fixing #761. p -1 now translates to p(-1), not p - 1. Same with +.
|
2010-10-20 04:52:07 +13:00 |
|
Timothy Jones
|
cf5a086263
|
Removing accidental superfluous temp variables.
|
2010-10-20 04:07:10 +13:00 |
|
Timothy Jones
|
cb6be74851
|
Fixing for magic scoping issues. Small steps at a time.
|
2010-10-20 02:51:52 +13:00 |
|
Timothy Jones
|
648d6432eb
|
Fixing #700. Block comment for constructor now appears above the constructor declaration.
|
2010-10-19 20:39:58 +13:00 |
|
Michael Ficarra
|
1ea38d2f93
|
fixing #768, preserving execution order of in arguments when compiled
to an `or`.
|
2010-10-13 12:10:36 -04:00 |
|
Jeremy Ashkenas
|
acc06d772a
|
Back four commits ... Fixing named function expressions -> function declarations for IE. (grumble grumble)
|
2010-10-11 12:13:01 -04:00 |
|
satyr
|
41cd0c272b
|
grouped TRUE/FALSE/NULL into BOOL
|
2010-10-11 17:05:50 +09:00 |
|
Jeremy Ashkenas
|
45ed62931b
|
#749 -- adding CoffeeApp mention
|
2010-10-10 11:33:03 -04:00 |
|
Jeremy Ashkenas
|
9c54291d04
|
Merge branch 'master' of github.com:jashkenas/coffee-script
|
2010-10-10 11:29:29 -04:00 |
|
Jeremy Ashkenas
|
e8d592cdc6
|
Fixing issue #751 ... implicit number arguments within implicit object literals.
|
2010-10-10 11:29:14 -04:00 |
|
satyr
|
ebdd57a2fe
|
rewriter: detectEnd no longer passes undefined as token, fixing #750
|
2010-10-09 04:00:07 +09:00 |
|
satyr
|
4f486bc444
|
removed YES/NO/ON/OFF from rewriter/parser
|
2010-10-08 00:56:01 +09:00 |
|
satyr
|
9447796d8e
|
made unless less parenfull
|
2010-10-07 20:05:22 +09:00 |
|
satyr
|
c7157ca90c
|
quit caching v in for all k of v
|
2010-10-07 15:31:40 +09:00 |
|