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

@ -0,0 +1,5 @@
(nonterminal_name
(macro_id) @definition.function)
(nonterminal_name
(identifier) @definition.function)