#parser-generator #recursion #run-time #descent

simple-parser-bootstrap

A simple, runtime recursive descent parser generator

1 unstable release

0.1.0 Aug 9, 2020

#8 in #descent

33 downloads per month
Used in 3 crates

Custom license

24KB
473 lines

ParserGeneratorBootstrap

A simple, runtime recursive descent parser generator.

(Note: The generated parser is designed to parse the output of LexerGenerator)

Dependencies

~1MB
~22K SLoC