mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-29 18:28:19 +00:00
type check utils cpp, part of expressions type check, name tree type/name definitions extraction
This commit is contained in:
parent
512d011f72
commit
4f04dd9995
4 changed files with 99 additions and 20 deletions
|
|
@ -46,12 +46,20 @@ set(
|
|||
src/printers/statement_printers.cpp
|
||||
)
|
||||
|
||||
set(
|
||||
PRINTERS
|
||||
src/basic_type_check.cpp
|
||||
src/expression_type_check.cpp
|
||||
src/type_check_utils.cpp
|
||||
)
|
||||
|
||||
add_executable(lang src/main.cpp
|
||||
src/name_tree.cpp
|
||||
|
||||
${NODES}
|
||||
${BUILDERS}
|
||||
${PRINTERS}
|
||||
# ${TYPECHECK}
|
||||
|
||||
include/tree_sitter_wrapper.hpp
|
||||
deps/tree-sitter-lang/src/tree_sitter/parser.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue