Cpp Peglib Versions Save

A single file C++ header-only PEG (Parsing Expression Grammars) library

v1.8.8

1 month ago

Severe performance regression in 1.8.6 #294

v1.8.7

1 month ago

Expose a choice field for SemanticValues in dictionaries #291

v1.8.6

3 months ago
  • Grammar performance, dictionary case insensitive not accepted #286

v1.8.5

7 months ago
  • Why "IdentCont" isn't grouped ? #275

v1.8.3

1 year ago
  • s.choice() always returns 0 when %whitespace is defined. (#266)
  • Compilation error when trying to pass both any& dt and an output param to peg::parser::parse() (#270)

v1.8.2

1 year ago

Lint with trace on error segfaults #246

v1.8.1

1 year ago

v1.8.0

1 year ago
image

v1.7.0

1 year ago
  • Support custom error message for definition
  • 'message' instruction has been renamed to 'error_message' (Breaking change)