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
- Host: GitHub
- URL: https://github.com/fasterthanlime/peg-leg
- Owner: fasterthanlime
- Created: 2009-11-08T10:35:56.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-11-08T10:36:49.000Z (over 16 years ago)
- Last Synced: 2025-10-14T15:39:41.879Z (8 months ago)
- Homepage:
- Size: 109 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 ;)