Direct left recursive PEGs
This page contains links to some parsers which implement the parsing algorithms outlines in the paper of the above name. Links to other parsers which implement the algorithms are
gratefully received.
Converge parsers
These PEG parsers require the
Converge language.
- An implementation of non-left-recursive PEGs. Download
- A straight implementation of Algorithm 1 from the paper. Download
- A straight implementation of Algorithm 2 from the paper. Download