Skip to content

Releases: gpakosz/peg

2012-04-29 peg-0.1.9

06 Feb 13:07
Compare
Choose a tag to compare

Move global state into a structure to facilitate reentrant and thread-safe parsers (thanks to Dmitry Lipovoi).

2012-03-29 peg-0.1.8

06 Feb 13:07
Compare
Choose a tag to compare

Allow nested, matched braces within actions.

2011-11-25 peg-0.1.7

06 Feb 13:06
Compare
Choose a tag to compare

Fix matching of 8-bit chars to allow utf-8 sequences in matching expressions (thanks to Grégory Pakosz).

2011-11-24 peg-0.1.6

06 Feb 13:05
Compare
Choose a tag to compare

Allow octal escapes in character classes.

2011-11-24 peg-0.1.5

06 Feb 13:04
Compare
Choose a tag to compare

Remove dwarf sym dirs when cleaning.
Fix size calculation when resizing text buffers.
Backslash can be escaped.

2009-08-26 peg-0.1.4

06 Feb 13:04
Compare
Choose a tag to compare

Fix match of a single single quote character.
Rename getline -> nextline to avoid C namespace conflict.

2007-09-13 peg-0.1.3

06 Feb 13:02
Compare
Choose a tag to compare

Allow matched braces inside leg actions.
Handle empty rules.
Handle empty grammars.

2007-08-31 peg-0.1.2

06 Feb 13:01
Compare
Choose a tag to compare

Grow buffers while (not if) they are too small.
Remove dependencies on grammar files.
Add more basic examples.

2007-05-15 peg-0.1.1

06 Feb 12:58
Compare
Choose a tag to compare

First public release.