mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-05 22:48:42 +00:00
contexts fixes
This commit is contained in:
parent
6850863f58
commit
ab29a785bf
7 changed files with 106 additions and 94 deletions
|
|
@ -19,7 +19,6 @@ include_directories(include
|
|||
add_executable(lang_interpreter src/main.cpp
|
||||
src/types.cpp
|
||||
src/global_info.cpp
|
||||
include/type_info_contexts.hpp
|
||||
include/definitions.hpp
|
||||
src/visitor.cpp
|
||||
src/build_visitor.cpp
|
||||
|
|
@ -28,6 +27,7 @@ add_executable(lang_interpreter src/main.cpp
|
|||
src/link_symbols_visitor.cpp
|
||||
src/type_check_visitor.cpp
|
||||
src/typed_print_visitor.cpp
|
||||
src/execute_visitor.cpp
|
||||
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