Add teal parser

This commit is contained in:
Corey Williamson 2020-10-04 19:39:12 -05:00 committed by Stephan Seitz
parent 93f9708a3c
commit c2acddd651
4 changed files with 111 additions and 0 deletions

12
queries/teal/folds.scm Normal file
View file

@ -0,0 +1,12 @@
[
(do_statement)
(for_statement)
(while_statement)
(repeat_statement)
(if_statement)
(function_statement)
(record_declaration)
(enum_declaration)
(functiondef)
(table_constructor)
] @fold