diff options
| author | traxys <quentin+dev@familleboyer.net> | 2022-02-13 17:18:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-13 16:18:41 +0000 |
| commit | ca64d8b028de11489bd9aebe1019af372e3f2879 (patch) | |
| tree | 463370c4313fe1a0ae020206bfeeaf223e3584e3 /README.md | |
| parent | 6e7c8c4fede3dba3845f6a31d98746646b9831dc (diff) | |
feat: add lalrpop parser (#2524)
LALRPOP is a parser generator for Rust. This only parses the LALRPOP
side of the generator, not the nearly-rust code of the actions.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -205,6 +205,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [JSON with comments](https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git) (maintained by @WhyNotHugo) - [x] [julia](https://github.com/tree-sitter/tree-sitter-julia) (maintained by @mroavi, @theHamsta) - [x] [kotlin](https://github.com/fwcd/tree-sitter-kotlin) (maintained by @SalBakraa) +- [x] [lalrpop](https://github.com/traxys/tree-sitter-lalrpop) (maintained by @traxys) - [x] [latex](https://github.com/latex-lsp/tree-sitter-latex) (maintained by @theHamsta, @clason) - [x] [ledger](https://github.com/cbarrete/tree-sitter-ledger) (maintained by @cbarrete) - [x] [llvm](https://github.com/benwilliamgraham/tree-sitter-llvm) (maintained by @benwilliamgraham) |
