Pry Parser Save

Pry is a pragmatic parser generator library

Project README

Pry

On the surface Pry is a PEG-inspired parser combinator library. The focus of development is pragmatic qualities such as achieving performance on par with handwritten parsers, at the expense of idealistic goals to e.g. support the most features of the PEG grammars.

Special bits are:

  • completely generic input via "Stream", a thin wrapper on top of D ranges
  • compile-time optimized building blocks for things like 'one of a set values', 'given value'
  • support for parsing TLV (type, length, value) style records commonly found in binary formats
Open Source Agenda is not affiliated with "Pry Parser" Project. README Source: DmitryOlshansky/pry-parser
Stars
32
Open Issues
2
Last Commit
1 month ago

Open Source Agenda Badge

Open Source Agenda Rating