John Benediktsson
|
399d01f56e
|
strings.parser: finish removing triple-strings.
parse-string => parse-short-string (on the same line)
parse-multiline-string-until => parse-full-string
|
2015-08-17 19:49:12 -07:00 |
Doug Coleman
|
1fcf96cada
|
factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon.
|
2015-07-25 22:59:56 -07:00 |
Doug Coleman
|
43d6f1d3e2
|
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
|
2015-07-02 17:28:17 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
John Benediktsson
|
a208946b63
|
strings.parser: support "\x" ascii hex escapes.
|
2012-07-26 19:24:25 -07:00 |
Doug Coleman
|
a4a9dcce00
|
fix string parsing
|
2009-09-20 21:50:17 -05:00 |
Doug Coleman
|
31e7d355fe
|
fixing some quotes in strings bugs
|
2009-09-20 15:08:06 -05:00 |
Doug Coleman
|
e3ff59c303
|
the last character on a multiline string cannot be a backslash
|
2009-09-20 14:18:19 -05:00 |
Doug Coleman
|
dc4a544a92
|
add multiline string support
|
2009-09-19 01:55:05 -07:00 |
Slava Pestov
|
a0e7663afb
|
Remove eval dependency from unicode.syntax
|
2008-12-08 19:46:40 -06:00 |