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 |
|
satyr
|
95bc4c5eeb
|
reenabled stricter caching on For compilation as well as reduced a line from it
|
2010-10-07 12:31:05 +09:00 |
|
Jeremy Ashkenas
|
d4dac214ab
|
optimizing comprehensions source references
|
2010-10-06 21:13:11 -04:00 |
|
Jeremy Ashkenas
|
59d6e59f97
|
Fixing Issue 730 -- and removing garbage collection of tempvars (which was totally unsafe.)
|
2010-10-06 20:54:08 -04:00 |
|
satyr
|
2e6b50335f
|
lexer now distinguishes between IN/OF and FORIN/FOROF to help grammar, fixing #737
|
2010-10-06 04:46:17 +09:00 |
|
Jeremy Ashkenas
|
8bc706a94e
|
Merging in heregexes
|
2010-10-05 00:11:28 -04:00 |
|
Jeremy Ashkenas
|
2b66d5d6c0
|
First draft of named classes.
|
2010-10-04 23:21:16 -04:00 |
|
Timothy Jones
|
645075f910
|
All classes now named.
|
2010-10-05 15:52:33 +13:00 |
|
satyr
|
42a91219cb
|
fixed over-escaping in here documents and addressed Stan's comments
|
2010-10-05 03:47:50 +09:00 |
|
satyr
|
765f57b658
|
refactored rewriter
|
2010-10-02 21:21:10 +09:00 |
|
Jeremy Ashkenas
|
baaec57d5c
|
Fixing Issue #738 -- rewriter skips a token.
|
2010-10-01 21:02:48 -04:00 |
|
Jeremy Ashkenas
|
26de26f88f
|
conditionals with no alternative now evaluate to 'undefined' instead of 'null'
|
2010-10-01 20:52:23 -04:00 |
|
satyr
|
2ea549ce5f
|
made ForNode avoid needless cachings
|
2010-10-02 07:26:37 +09:00 |
|
satyr
|
341f511bbd
|
#733: streamlined soak compilations and improved reference cachings
|
2010-10-02 07:17:35 +09:00 |
|
satyr
|
7450df8104
|
#713: destructuring assignment is no longer statement and correctly returns RHS value
|
2010-09-29 05:47:12 +09:00 |
|
satyr
|
3bba51d5d9
|
made nodes cache more aggressively, fixing #653
|
2010-09-27 17:56:56 +09:00 |
|
satyr
|
e0ed254252
|
helpers: now directly exported
|
2010-09-25 09:29:44 +09:00 |
|
Jeremy Ashkenas
|
c435647589
|
removing the ability to force an if/else chain to be compiled as a statement. Ternaries will now be used as much as possible.
|
2010-09-22 00:41:17 -04:00 |
|
Jeremy Ashkenas
|
c0a89a7988
|
Fixing issue #700, block comment after first line of class definition.
|
2010-09-21 23:13:46 -04:00 |
|
satyr
|
e4b7d06f35
|
removed browser specific hacks from src/* by making "rake browser" provide fake require and exports
|
2010-09-21 18:37:44 +09:00 |
|
satyr
|
b19c004680
|
made wrapper function keep current this
|
2010-09-21 16:53:58 +09:00 |
|
Jeremy Ashkenas
|
a16594ed7b
|
Merging in Stan's temporary_junk improvements.
|
2010-09-20 22:13:08 -04:00 |
|
Jeremy Ashkenas
|
f7fce3cd68
|
tweaking compiled tempvar names to satisfaction.
|
2010-09-20 21:56:18 -04:00 |
|
Stan Angeloff
|
99a06ce4ea
|
Updating name for cached length temporary variables to '_length', 'length2', and
so on.
|
2010-09-20 08:42:31 +03:00 |
|
Stan Angeloff
|
31441868e0
|
Allowing temporary variables to be reused.
|
2010-09-19 19:34:27 +03:00 |
|
Jeremy Ashkenas
|
5d82dddfb1
|
merging in Stan's temporary variables.
|
2010-09-19 12:00:16 -04:00 |
|
Jeremy Ashkenas
|
15d84dbb4e
|
Fixing issue #694. Destructuring assignment as first line of implicitly called block -- regression.
|
2010-09-19 09:04:38 -04:00 |
|
Stan Angeloff
|
bb35b3e3b2
|
Re-compiling core with new changes. All tests pass.
|
2010-09-19 15:29:15 +03:00 |
|
Jeremy Ashkenas
|
60f80e2698
|
Fixing the double-implicit-call-into-implicit-object problem.
|
2010-09-15 22:29:03 -04:00 |
|
Jeremy Ashkenas
|
f0d778ce49
|
moving addImplicitBraces and addImplicitParentheses next to each other ... perhaps they should interleave.
|
2010-09-14 22:57:01 -04:00 |
|
Jeremy Ashkenas
|
70cfd54ad4
|
Issue #670. 'THIS' tokens should trigger an implicit call.
|
2010-09-08 20:15:16 -04:00 |
|
Jeremy Ashkenas
|
eb9a524ea1
|
Adding unmatched 'then' to the list of things that closes a single-line implicit call early. Issue #611.
|
2010-08-30 22:04:13 -04:00 |
|
Jeremy Ashkenas
|
0caa731291
|
re-enabling the mis-dented call case. Issue #657
|
2010-08-30 20:59:16 -04:00 |
|
Timothy Jones
|
9598b11c77
|
Existence functions now parsing.
|
2010-08-26 06:31:56 +12:00 |
|
Jeremy Ashkenas
|
13adc44867
|
Issue #633. 'not instanceof'
|
2010-08-21 08:56:25 -04:00 |
|
Jeremy Ashkenas
|
098caa9979
|
Revert "Fixes Issue #618. Close implicit arguments in the middle of param lists."
This reverts commit 474c372b17.
|
2010-08-18 20:39:55 -04:00 |
|
Jeremy Ashkenas
|
f41ca2e5e8
|
a touch of safety from trailing catches falling off the end of the rewriter.
|
2010-08-17 20:04:34 -04:00 |
|
Jeremy Ashkenas
|
474c372b17
|
Fixes Issue #618. Close implicit arguments in the middle of param lists.
|
2010-08-16 21:19:34 -04:00 |
|
Jeremy Ashkenas
|
027b9e9dc3
|
simplifying generated output for unless/is to (a isnt b) instead of not (a is b). Ticket #617
|
2010-08-15 15:13:33 -04:00 |
|
Jeremy Ashkenas
|
7a0d95c612
|
Issue #575. Allowing implicit objects to force implicit calls.
|
2010-08-14 19:56:00 -04:00 |
|
Jeremy Ashkenas
|
975b82f09b
|
Issue #609. Slightly faster implementation of ||= and &&=
|
2010-08-14 18:02:07 -04:00 |
|