John Benediktsson
|
4a144e5ea7
|
more test IN: cleanup.
|
2018-02-15 08:45:08 -08: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
|
4ec2311406
|
factor: Trim whitespace after ! comments and a few USING: lines that got skipped before.
|
2015-07-18 20:14:22 -07:00 |
Doug Coleman
|
999aa7c897
|
factor: clean up spaces in -tests files
|
2015-07-02 10:34:01 -07:00 |
Slava Pestov
|
b6a0324be6
|
peg: fix unit test failures
|
2009-10-19 06:01:20 -05:00 |
Doug Coleman
|
eceed177d6
|
replace usages of <" with """
|
2009-09-20 22:42:40 -05:00 |
Slava Pestov
|
05f3f9dcb9
|
Fixing unit tests for stack effect inference changes
|
2009-04-20 21:15:19 -05:00 |
Slava Pestov
|
736974fe15
|
Fix PEG tests for multiline changes
|
2008-09-25 03:37:48 -05:00 |
Chris Double
|
f3145c5961
|
[EBNF and EBNF: now return ast
|
2008-07-10 13:56:06 +12:00 |
Chris Double
|
6b83ab9d90
|
Fix terminal parser with non-default tokenizers
|
2008-06-21 01:49:07 +12:00 |
Chris Double
|
5433553571
|
Remove EBNF: and [EBNF EBNF] +tokenizer syntax
replaced with tokenizer support in ebnf grammar itself.
|
2008-06-21 01:00:27 +12:00 |
Chris Double
|
2b2ede0a89
|
Add a javascript sc test
|
2008-06-19 01:45:09 +12:00 |
Chris Double
|
d5e5e47944
|
Fix bug in javascript automatic semicolon insertion rule
|
2008-06-19 01:39:51 +12:00 |
Chris Double
|
d58a085598
|
Add additional javascript test
|
2008-06-19 01:24:17 +12:00 |
Chris Double
|
6f8e2a4b0d
|
Refactor JavaScript parser
|
2008-06-19 00:42:11 +12:00 |