satyr
98d22f9510
assigning to bizarre things like [a()] = b now causes syntax error
2010-10-25 07:33:41 +09:00
satyr
c8d994a97d
invalid destructuring assignments like {0} = x now causes syntax error
2010-10-25 04:46:28 +09:00
Jeremy Ashkenas
6347849cd0
Switching parenthesized side in comprehensions.
2010-10-24 14:11:09 -04:00
Jeremy Ashkenas
d6d46697d0
Issue #795 -- clean up low precedence levels
2010-10-24 14:02:59 -04:00
satyr
d60aa9a80c
removed extra lines from trailing then compilations
2010-10-25 01:58:00 +09:00
Jeremy Ashkenas
26a115adcf
Removing the mixed-in sys/util module. Switching from 'puts' to console.log
2010-10-24 12:48:42 -04:00
Jeremy Ashkenas
95be4a61ec
Merging in dynakeys
2010-10-24 11:32:23 -04:00
Timothy Jones
9619fa66eb
Altered bound functions with do to just use call(this) rather than binding.
2010-10-25 00:18:54 +13:00
Timothy Jones
d096f69c78
Implemented rescoping with the do keyword.
2010-10-25 00:02:39 +13: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
Timothy Jones
99deb8c670
Wrapping only the last line of comprehensions, allowing pure statements anywhere in between.
2010-10-24 18:36:23 +13:00
satyr
331036f86d
786: implemented dynamic object keys
2010-10-24 14:20:20 +09:00
satyr
89516e6ee1
added/fixed/tweaked a few tests and merged test_compound_assignment into test_assignment
2010-10-24 04:09:13 +09:00
Timothy Jones
fc332bcfbd
Easing leniency on pure statements.
2010-10-24 06:53:10 +13:00
satyr
1335aee54b
783: corrected chained comparison precedence
2010-10-24 00:01:30 +09:00
Timothy Jones
b60afdb619
Merge branch 'master' of github.com:jashkenas/coffee-script
2010-10-24 02:17:44 +13:00
Timothy Jones
3834e7bc33
Revert "Passing the arguments object directly when generating a closure."
...
This reverts commit 7b887f065d .
2010-10-24 02:15:01 +13:00
satyr
0942071517
fixed a regression that for-in was failing to cache the source value
2010-10-23 22:04:58 +09:00
Timothy Jones
7b887f065d
Passing the arguments object directly when generating a closure.
2010-10-24 01:20:16 +13:00
Timothy Jones
9448a477d2
Spacing multiple operators.
2010-10-24 00:01:26 +13:00
satyr
1130f4fef5
refactored and added a test for a8da321
2010-10-23 03:00:09 +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
880c5c8083
Fixing destructor in magicked for. Also making destructors in range loops syntax errors.
2010-10-22 00:34:51 +13:00
satyr
cb9683a7fd
fixed/removed broken/redundant tests
2010-10-21 12:45:50 +09:00
Timothy Jones
f229f791a9
Proper testing, this time.
2010-10-21 14:37:58 +13:00
Timothy Jones
e694b41a94
Operators now respect new lines as being spaced.
2010-10-21 14:27:25 +13: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
Trevor Burnham
5005cb606f
Fixing inconsistencies for index variables
...
See the tests added to test_comprehensions.coffee. Previously, after
`for i in [1..3]`, i was 4. Also, index variables were never set to
any value in comprehensions containing both a closure and a break or
return.
2010-10-19 14:09:16 -04: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
7b1902183c
Just catch alls for inner scoping now.
2010-10-20 03:53:38 +13:00
Timothy Jones
d9cd75c426
Fixing #773 . Statements cannot be wrapped in parens (as in JS).
2010-10-19 19:32:23 +13:00
satyr
55794d9534
nodes: soaking Call now converts to If using the same logic as soaking Accessor
2010-10-17 13:19:51 +09:00
satyr
88cc1ee35d
765: -b/--bare <- --no-wrap
2010-10-14 04:09:56 +09:00
Michael Ficarra
6e89ad3401
test case for #768
2010-10-13 12:12:24 -04:00
satyr
cb2a7f0820
simplified splatting new compilation
2010-10-12 21:48:25 +09:00
satyr
8f29574b16
764: made boolean/number/regex indexable
2010-10-12 19:30:10 +09:00
satyr
43613498db
Merge branch '542'
2010-10-12 11:29:33 +09:00
satyr
ac841ca4e9
nodes: object literals are now parenthesized based on @tags.front (which indicates if the node leads an expression statement), fixing #542
2010-10-12 11:26:55 +09:00
satyr
95d86758ee
test.html: string_interpolation -> strings
2010-10-12 10:34:31 +09:00
satyr
ed79715841
stripped out strings/regexes from test_literals; test_string_interpolation is now test_string
2010-10-12 09:35:59 +09:00
satyr
b01d7db409
merged test_blocks into test_functions
2010-10-12 08:54:36 +09:00
Jeremy Ashkenas
2642fde0f8
merging in the browser test suite.
2010-10-11 18:22:01 -04:00
satyr
f682bf642f
followup to #717 ; made new => actually work
2010-10-12 07:02:04 +09:00
satyr
5ed69a5a58
added test.html that runs most of test/*.coffee in browsers
2010-10-12 06:53:20 +09:00
Jeremy Ashkenas
a4b6b2464c
merging in sstephenson's test:browser
2010-10-11 16:55:17 -04:00
Sam Stephenson
967fec2ae5
Merge branch 'master' into newline-splat
...
Conflicts:
lib/lexer.js
lib/parser.js
src/lexer.coffee
2010-10-11 12:12:13 -05:00