An open API service indexing awesome lists of open source software.

https://github.com/fasterthanlime/peg-leg

[deprecated, see greg] A fork of Ian Piumarta's peg/leg with adjustable YY_STACK_SIZE
https://github.com/fasterthanlime/peg-leg

Last synced: 4 months ago
JSON representation

[deprecated, see greg] A fork of Ian Piumarta's peg/leg with adjustable YY_STACK_SIZE

Awesome Lists containing this project

README

          

This is my (nddrylliog) fork of Ian Piumarta's peg/leg, with a small but major bugfix:
make the parse stack size adjustable by #define(s). It's needed for grammars that are
the least bit complicated ;)