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.
This commit is contained in:
traxys 2022-02-13 17:18:41 +01:00 committed by GitHub
parent 6e7c8c4fed
commit ca64d8b028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 72 additions and 0 deletions

View file

@ -920,6 +920,15 @@ list.vala = {
maintainers = { "@matbme" },
}
list.lalrpop = {
install_info = {
url = "https://github.com/traxys/tree-sitter-lalrpop",
branch = "master",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@traxys" },
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,