gll-pg
A Parser Generator for GLL parser.
Example
See tests/src/arith.rs
.
References
- Code generation and template is learned from
MashPlant/lalr1
.
- Scott, E., & Johnstone, A. (2010). GLL parsing. Electronic Notes in Theoretical Computer Science, 253(7), 177-189.
- Scott, E., & Johnstone, A. (2013). GLL parse-tree generation. Science of Computer Programming, 78(10), 1828-1844.