Jeremy Ashkenas
|
15d84dbb4e
|
Fixing issue #694. Destructuring assignment as first line of implicitly called block -- regression.
|
2010-09-19 09:04:38 -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
|
89cd25ab15
|
finished moving over string and regex interpolation to use '#' instead of '$', Issue #544
|
2010-07-26 23:31:55 -04:00 |
|
Jeremy Ashkenas
|
88847df70b
|
tests are now passing on symbology
|
2010-07-24 22:23:37 -07:00 |
|
Stan Angeloff
|
2a3a713811
|
Allowing pattern matching within for..loops
|
2010-04-26 21:35:35 +03:00 |
|
Jeremy Ashkenas
|
a894db35fd
|
Got the DRY object pattern matching style working properly, from Harmony. {name, age}: person now works correctly.
|
2010-04-25 22:21:53 -04:00 |
|
Jeremy Ashkenas
|
08c877ec7b
|
Fixing string keys in pattern matching on objects (ticket 325)
|
2010-04-25 11:07:09 -04:00 |
|
Jeremy Ashkenas
|
4a85f3d499
|
cleaning up tests ... consolidation, consistency...
|
2010-04-03 10:39:32 -04:00 |
|
matehat
|
296808d4d3
|
Added splats positional flexibility to pattern matching
|
2010-03-22 01:52:47 -04:00 |
|
Jeremy Ashkenas
|
69911209ea
|
adding a pattern-matching-on-expression test
|
2010-03-19 22:48:55 -04:00 |
|
Jeremy Ashkenas
|
eab9bbf04f
|
adding a test for nested pattern matching
|
2010-02-25 07:31:33 -05:00 |
|