Skip to content

Releases: SimplePEG/JavaScript

1.2.0

16 Aug 20:28
Compare
Choose a tag to compare
  • Commting latest build and fix for tests

1.1.0

20 Feb 04:39
Compare
Choose a tag to compare
  • JavaScript module generation #1

1.0.9

13 Feb 05:37
Compare
Choose a tag to compare
  • proper escaping for strings

1.0.8

25 Jan 12:09
Compare
Choose a tag to compare
  • 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.7

25 Jan 12:02
Compare
Choose a tag to compare
  • Failed flags support

1.0.6

12 Jan 14:44
Compare
Choose a tag to compare
  • Making "state" of textParser open to access

1.0.5

11 Jan 10:48
Compare
Choose a tag to compare
  • bugfix: Fix error reporting for one_or_more rule #5
  • enhancement: Tags support

Overall consistency changes and error reporting enhancement

1.0.4

28 Jun 18:34
Compare
Choose a tag to compare
  • bugfix: Allow extra space at the beginning of the GRAMMAR #7
  • enhancement: Raise specific exception #6