feat: add LLVM TableGen

This commit is contained in:
Amaan Qureshi 2023-03-16 07:00:30 -04:00
parent 01e8a51451
commit 17c275bfff
8 changed files with 266 additions and 0 deletions

View file

@ -1350,6 +1350,14 @@ list.t32 = {
maintainers = { "@xasc" },
}
list.tablegen = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-tablegen",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@amaanq" },
}
list.teal = {
install_info = {
url = "https://github.com/euclidianAce/tree-sitter-teal",