David Majda
|
f87bcd6332
|
Added tests for error messages displayed when a character class match fails.
|
15 years ago |
David Majda
|
4f4bb34ded
|
Implemented negative character classes (e.g. [^a-z]).
|
15 years ago |
David Majda
|
56ffa94cc7
|
PEG.buildParser reports left recursion (both direct and indirect).
|
15 years ago |
David Majda
|
a3ecf768ca
|
Fixed missing referenced rules test.
|
15 years ago |
David Majda
|
3a65316416
|
PEG.buildParser reports missing referenced rules.
|
15 years ago |
David Majda
|
2e94dce944
|
Improved tests of the "arithmetics" grammar.
|
15 years ago |
David Majda
|
a43d1b33e3
|
Bootstrapped the grammar parser, yay! I should have done this long ago.
|
15 years ago |
David Majda
|
636ceb2719
|
Metagrammar recognizes JavaScript-like comments.
|
15 years ago |
David Majda
|
452243d450
|
Improved error reporting for predicates a bit.
|
15 years ago |
David Majda
|
69906e9730
|
Do not recognize \uFEFF as whitespace in the metagrammar since it does not work with Rhino.
|
15 years ago |
David Majda
|
bddb65ab9b
|
Improved & simplified error handling code.
|
15 years ago |
David Majda
|
b86a219c86
|
Ensure that the same grammar and start rule always generate exactly the same parser.
|
15 years ago |
David Majda
|
c3dd696a3e
|
Initial commit.
|
15 years ago |