Jeremy Ashkenas
|
fd6e9a1e66
|
Adding support for compound assignment to indented implicit objects.
|
2010-08-11 23:14:50 -04:00 |
|
Jeremy Ashkenas
|
d704afa0e9
|
Fixes Issue #574 ... number keys in implicit object literals.
|
2010-08-11 21:49:18 -04:00 |
|
Jeremy Ashkenas
|
2ec857ef8d
|
Fixing implicit object literals with leading string keys.
|
2010-08-11 21:41:29 -04:00 |
|
Jeremy Ashkenas
|
ba02ebc3dc
|
Fixes Issue #603 -- a longstanding precedence issue involving prefix vs postfix if and unless, involving using the entire single-line if statment as an expression.
|
2010-08-11 21:28:22 -04:00 |
|
Jeremy Ashkenas
|
398ec3be5a
|
Issue #602. Adding JS's Bitwise Assignment operators.
|
2010-08-11 19:24:59 -04:00 |
|
Jeremy Ashkenas
|
642e7fada5
|
adding other implicit indentation/call/object test.
|
2010-08-11 00:27:01 -04:00 |
|
Jeremy Ashkenas
|
7142131f3d
|
adding herecomment in class definition test.
|
2010-08-10 23:06:06 -04:00 |
|
Jeremy Ashkenas
|
cb52be6475
|
adding a top-level object literal test for Issue #542
|
2010-08-10 22:18:15 -04:00 |
|
Jeremy Ashkenas
|
18d6fd72de
|
First step of the general rewriter refactor. Added a generic 'detectEnd' function which is expression-pair sensitive. Use it to reimplement closeOpenCallsAndIndexes
|
2010-08-08 17:37:28 -04:00 |
|
Jeremy Ashkenas
|
d286b33601
|
Fixing closures-generated-within-comprehensions to preserve block local scope for range comprehensions
|
2010-08-08 10:52:59 -04:00 |
|
Jeremy Ashkenas
|
b902377304
|
Fixing Issue #589. Compound assignment to an operation should have lower precedence.
|
2010-08-08 00:07:00 -04:00 |
|
Jeremy Ashkenas
|
1c903450c8
|
Merging in Stan's patch for a --require flag that allows you to hook into CoffeeScript compiler events for on 'compile', 'success', and 'failure' ... a better way to extend the language or do growlnotify stuff. Issue #590
|
2010-08-07 23:33:35 -04:00 |
|
Jeremy Ashkenas
|
0ada5a7734
|
Issue #587 ... Removing the Attempted Removal of Erroneous Double Parens.
|
2010-08-07 08:13:36 -04:00 |
|
Jeremy Ashkenas
|
9df3e6a538
|
first step towards requiring #{ ... } interpolation -- removing naked interps from the compiler.
|
2010-08-07 08:02:16 -04:00 |
|
Jeremy Ashkenas
|
17bf3b7115
|
be more flexible about trailing commas in implicit object literals.
|
2010-08-04 23:25:30 -04:00 |
|
Jeremy Ashkenas
|
3301738b84
|
git-go
|
2010-07-31 07:44:49 -04:00 |
|
Jeremy Ashkenas
|
d4ac11cd4f
|
fixing up compout assignment for ?=, which was using a sligtly different path.
|
2010-07-31 00:42:57 -04:00 |
|
Jeremy Ashkenas
|
8b953bbde6
|
Fixing Issue #509. Double-evaluation for function calls within IndexNodes as the left-hand-assignment part of a compound-assignment operation.
|
2010-07-30 23:37:13 -04:00 |
|
Jeremy Ashkenas
|
acd69b1c70
|
Fixing issue #544. Needed to special case implicit-object-closing for outdents -- it's different than a single-line implicit object with a terminator.
|
2010-07-30 22:50:35 -04:00 |
|
Jeremy Ashkenas
|
f3caa9292f
|
Fixing Issue #552, Indentation bug with chained calls with nested object literals...
|
2010-07-30 22:06:22 -04:00 |
|
Jeremy Ashkenas
|
071b527b66
|
Issue #559, renaming {source} option to {fileName}, on CoffeeScript.compile
|
2010-07-30 20:37:12 -04:00 |
|
Jeremy Ashkenas
|
b18d7fb550
|
removing the last traces of half-assignments. Issue #541.
|
2010-07-29 21:23:49 -04:00 |
|
Jeremy Ashkenas
|
58a5d93214
|
adding a test for Issue #550.
|
2010-07-28 20:43:39 -04:00 |
|
Jeremy Ashkenas
|
a80d8d55c4
|
merging tesco's branch for issue #535
|
2010-07-28 07:34:28 -04:00 |
|
Timothy Jones
|
9026069f79
|
Support for @-prefixed splats.
|
2010-07-28 18:17:50 +12:00 |
|
Timothy Jones
|
c9421cbfcd
|
Implement @-prefixed parameters.
|
2010-07-28 17:54:36 +12:00 |
|
Jeremy Ashkenas
|
a4156b71fa
|
fixing broken range literal expansions.
|
2010-07-27 23:06:11 -04:00 |
|
Jeremy Ashkenas
|
fa4871574a
|
one more range literal expansion test
|
2010-07-27 23:02:26 -04:00 |
|
Jeremy Ashkenas
|
a59df2cf74
|
merged in evilpie's fix for faster small range comprehensions
|
2010-07-27 23:00:26 -04:00 |
|
Jeremy Ashkenas
|
051a863ff5
|
adding slightly optimized syntax for range comprehensions that could care less about the index variable. Issue #547
|
2010-07-27 22:38:38 -04:00 |
|
Jeremy Ashkenas
|
8d544ce80b
|
Adding anonymous class support (gets a temporary variable for a name.) Issue #548
|
2010-07-27 22:05:55 -04:00 |
|
Jeremy Ashkenas
|
cc7b0f2e8f
|
Allowing classes to be better decorated with implicit calls. Issue #548
|
2010-07-27 07:03:44 -04:00 |
|
Jeremy Ashkenas
|
b4ef4a9e28
|
make the compiler use 'obj = or default' for default values.
|
2010-07-26 23:58:06 -04:00 |
|
Jeremy Ashkenas
|
9be1453886
|
bringing back half assignments, but just for 'a = or b' and 'a = and b'
|
2010-07-26 23:53:03 -04:00 |
|
Jeremy Ashkenas
|
89cd25ab15
|
finished moving over string and regex interpolation to use '#' instead of '$', Issue #544
|
2010-07-26 23:31:55 -04:00 |
|
Jeremy Ashkenas
|
d624310be1
|
waypoint commit with both # and $ performing interpolation. Issue #544
|
2010-07-26 23:08:09 -04:00 |
|
Jeremy Ashkenas
|
55a0e1d2ff
|
making inline implicit objects more flexible ... can be used with trailing blocks.
|
2010-07-26 21:39:43 -04:00 |
|
Jeremy Ashkenas
|
0aa36899a8
|
fixing test for {} + {}
|
2010-07-26 07:40:18 -04:00 |
|
Jeremy Ashkenas
|
ac2f814eb4
|
fixing issue 542. Parse error with leading object literal as part of operation.
|
2010-07-25 20:59:28 -07:00 |
|
Jeremy Ashkenas
|
27e5c42023
|
fixing some implicit object parses for issue #541
|
2010-07-25 17:46:08 -07:00 |
|
Jeremy Ashkenas
|
6b0418a74a
|
merging master changes into symbology
|
2010-07-25 00:15:12 -07:00 |
|
Jeremy Ashkenas
|
a0b2b78962
|
adding nice support for fancy implicit hashes
|
2010-07-24 23:52:02 -07:00 |
|
Jeremy Ashkenas
|
d1ffffab04
|
Using an experimental version of new optional-brace object literals.
|
2010-07-24 23:42:37 -07:00 |
|
Jeremy Ashkenas
|
88847df70b
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
|
Jeremy Ashkenas
|
87226b6f44
|
fixing bound functions with an __bind helper.
|
2010-07-24 12:12:26 -07:00 |
|
Jeremy Ashkenas
|
de9fb7777b
|
fixing If/else-to-ternary with instanceof as an unparenthesized condition. JS operator precedence.
|
2010-07-23 20:44:56 -07:00 |
|
Jeremy Ashkenas
|
dfa50c90b3
|
Fixes Issue #525 -- String interpolation bug due to conflict with Heredoc interpolation.
|
2010-07-21 15:45:25 -07:00 |
|
Sam Stephenson
|
5678bf10fd
|
class B extends A calls A.extended(B)
|
2010-07-18 14:22:26 -05:00 |
|
Jeremy Ashkenas
|
989d539af3
|
adding no-argument super calls.
|
2010-07-18 14:46:21 -04:00 |
|
Jeremy Ashkenas
|
5a34f53689
|
enhancements to range comprehensions, back to being safe -- and usable downwards without a 'by' clause, and optimized when working with integer literals.
|
2010-07-17 18:45:29 -04:00 |
|