gll-pg

A Parser Generator for GLL parser.

Example

See tests/src/arith.rs.

References

  1. Code generation and template is learned from MashPlant/lalr1.
  2. Scott, E., & Johnstone, A. (2010). GLL parsing. Electronic Notes in Theoretical Computer Science, 253(7), 177-189.
  3. Scott, E., & Johnstone, A. (2013). GLL parse-tree generation. Science of Computer Programming, 78(10), 1828-1844.