mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2026-01-25 13:07:13 +00:00
abstract type graph added to symbol table
This commit is contained in:
parent
25355974a2
commit
3c643d2759
8 changed files with 845 additions and 16 deletions
|
|
@ -21,6 +21,7 @@ add_executable(lang_interpreter src/main.cpp
|
|||
src/build_visitor.cpp
|
||||
src/print_visitor.cpp
|
||||
src/find_symbols_visitor.cpp
|
||||
src/global_info.cpp
|
||||
src/parser.c
|
||||
include/parser.h
|
||||
tree-sitter/lib/src/lib.c)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue