Releases: SimplePEG/JavaScript
Releases · SimplePEG/JavaScript
1.2.0
- Commting latest build and fix for tests
1.1.0
- JavaScript module generation #1
1.0.9
- proper escaping for strings
1.0.8
- rule name is now passed to AST
- tests for detailed text parse errors and much more correct errors
- now gathering statistics for PEG rules (for autocomplete)
1.0.6
- Making "state" of textParser open to access
1.0.5
- bugfix: Fix error reporting for one_or_more rule #5
- enhancement: Tags support
Overall consistency changes and error reporting enhancement
1.0.4
- bugfix: Allow extra space at the beginning of the GRAMMAR #7
- enhancement: Raise specific exception #6