Releases: gpakosz/peg
Releases · gpakosz/peg
2012-04-29 peg-0.1.9
Move global state into a structure to facilitate reentrant and thread-safe parsers (thanks to Dmitry Lipovoi).
2012-03-29 peg-0.1.8
Allow nested, matched braces within actions.
2011-11-25 peg-0.1.7
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
Allow octal escapes in character classes.
2011-11-24 peg-0.1.5
Remove dwarf sym dirs when cleaning.
Fix size calculation when resizing text buffers.
Backslash can be escaped.
2009-08-26 peg-0.1.4
Fix match of a single single quote character.
Rename getline
-> nextline
to avoid C namespace conflict.
2007-09-13 peg-0.1.3
Allow matched braces inside leg
actions.
Handle empty rules.
Handle empty grammars.
2007-08-31 peg-0.1.2
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
First public release.