gll
gll copied to clipboard
GLL parsing framework.
Results
42
gll issues
Sort by
recently updated
recently updated
newest added
The language appears to be simple (https://www.lua.org/manual/5.3/manual.html#9 - missing precedence rules; opportunity to try out validators) but could be tested against large codebases. A good benchmark would be the handwritten...
enhancement
* https://github.com/tree-sitter/tree-sitter (GLR) * @matklad pointed it out as a possible parser generator for Rust's `libsyntax` * has incremental reparsing but no dynamic ambiguity introspection (AFAICT?) * we should look...
help wanted