You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
709 B
709 B
editLink |
---|
false |
See commit history for a full list of changes.
v0.3 (March 14, 2010)
- Wrote
README
. - Bootstrapped the grammar parser.
- Metagrammar recognizes JavaScript-like comments.
- Changed standard grammar extension from
.peg
to.pegjs
(it is more specific). - Simplified the example arithmetic's grammar + added comment.
- Fixed a bug with reporting of invalid ranges such as
[b-a]
in the metagrammar. - Fixed
--start
vs.--start-rule
inconsistency between help and actual option processing code. - Avoided ugliness in QUnit output.
- Fixed typo in help:
parserVar
→parser_var
. - Internal code improvements.