Skip to content

Releases: yhirose/cpp-peglib

New error report and recovery support

19 Jan 02:31
Compare
Choose a tag to compare
v1.1.0

Added more unit tests

Fix infinite loop grammar problem and better error report

11 Jan 13:23
Compare
Choose a tag to compare

Another infinite loop grammar detection. Fix #133
Better error report

C++17 support

20 Dec 00:38
78eb383
Compare
Choose a tag to compare
Merge pull request #124 from yhirose/cpp17

C++17 support

Fix problem with interaction between `%whitespace` and token boundary operators

19 Dec 23:19
Compare
Choose a tag to compare

Fix segmentation fault and heap overflow

03 Nov 14:26
Compare
Choose a tag to compare

Fix -Woverloaded-virtual warnings

20 Jun 16:35
Compare
Choose a tag to compare

Fix support to custom AST node types

18 Jun 16:15
8e890ce
Compare
Choose a tag to compare
Merge pull request #117 from peoro/master

Fix support to custom AST node types

Packrat parser problem with Parsing infix expression

09 Jun 03:24
Compare
Choose a tag to compare

Improved infinite loop detector with empty literal string

02 Jun 00:03
Compare
Choose a tag to compare

Bug fix: Nested Macro calls

01 Jun 15:03
Compare
Choose a tag to compare
v0.1.8

Fix #109