satyr
|
42a91219cb
|
fixed over-escaping in here documents and addressed Stan's comments
|
2010-10-05 03:47:50 +09:00 |
|
satyr
|
3e0c35bd0f
|
lexer: enabled multiline interpolations
|
2010-09-26 07:06:14 +09:00 |
|
satyr
|
19f08888e8
|
lexer: more regexes fixes
|
2010-09-26 06:57:23 +09:00 |
|
Sam Stephenson
|
01c14bc640
|
Heredoc indentation detector ignores blank lines without trailing whitespace.
|
2010-09-22 08:47:43 -05:00 |
|
Jeremy Ashkenas
|
c782c2ec1c
|
Fix for issue #685. Over-aggressize heredoc cleanup when there is no leading indentation.
|
2010-09-15 22:08:13 -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 |
|
Jeremy Ashkenas
|
e37056192b
|
Fix for issue #414 -- apostrophes in heredocs.
|
2010-06-02 19:53:03 -04:00 |
|
Jeremy Ashkenas
|
d880b8b8f2
|
adding interpolation to heredocs, using the same rules as for strings
|
2010-03-17 20:47:27 -04:00 |
|
Jeremy Ashkenas
|
b08995cbcc
|
fixing heredocs with multiple double quotes (broken regex from the Ruby translation), with tests.
|
2010-02-28 10:29:30 -05:00 |
|
Jeremy Ashkenas
|
a8a46257ae
|
finished converting the test suite, to run it, do: bin/node_coffee -r tasks.coffee -- test
|
2010-02-16 19:45:25 -05:00 |
|
Jeremy Ashkenas
|
b41afe79b4
|
removed ruby tests, and started the process of converting the CoffeeScript tests over to use Node's assert() module
|
2010-02-16 19:38:52 -05:00 |
|