mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
autogenerated parser removed, parser submodule added
This commit is contained in:
parent
f973f65b5b
commit
d12811b0eb
5 changed files with 6 additions and 137757 deletions
|
|
@ -20,8 +20,6 @@ add_executable(lang_interpreter src/main.cpp
|
|||
src/visitor.cpp
|
||||
src/build_visitor.cpp
|
||||
src/print_visitor.cpp
|
||||
#src/find_symbols_visitor.cpp
|
||||
#src/global_info.cpp
|
||||
src/parser.c
|
||||
include/parser.h
|
||||
lang-parser/src/parser.c
|
||||
lang-parser/src/tree_sitter/parser.h
|
||||
tree-sitter/lib/src/lib.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue