Skip to content

Releases: SimplePEG/JavaScript

1.2.0

Choose a tag to compare

@obenjiro obenjiro released this 16 Aug 20:28
  • Commting latest build and fix for tests

1.1.0

Choose a tag to compare

@obenjiro obenjiro released this 20 Feb 04:39
  • JavaScript module generation #1

1.0.9

Choose a tag to compare

@obenjiro obenjiro released this 13 Feb 05:37
  • proper escaping for strings

1.0.8

Choose a tag to compare

@obenjiro obenjiro released this 25 Jan 12:09
  • 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

Choose a tag to compare

@obenjiro obenjiro released this 25 Jan 12:02
  • Failed flags support

1.0.6

Choose a tag to compare

@obenjiro obenjiro released this 12 Jan 14:44
  • Making "state" of textParser open to access

1.0.5

Choose a tag to compare

@obenjiro obenjiro released this 11 Jan 10:48
  • bugfix: Fix error reporting for one_or_more rule #5
  • enhancement: Tags support

Overall consistency changes and error reporting enhancement

1.0.4

Choose a tag to compare

@obenjiro obenjiro released this 28 Jun 18:34
  • bugfix: Allow extra space at the beginning of the GRAMMAR #7
  • enhancement: Raise specific exception #6