fixes, name refactoring

This commit is contained in:
ProgramSnail 2024-01-04 19:29:29 +03:00
parent 4f04dd9995
commit fe652bc1c2
11 changed files with 62 additions and 27 deletions

View file

@ -47,7 +47,7 @@ set(
)
set(
PRINTERS
TYPECHECKERS
src/basic_type_check.cpp
src/expression_type_check.cpp
src/type_check_utils.cpp
@ -59,7 +59,7 @@ add_executable(lang src/main.cpp
${NODES}
${BUILDERS}
${PRINTERS}
# ${TYPECHECK}
# ${TYPECHECKERS}
include/tree_sitter_wrapper.hpp
deps/tree-sitter-lang/src/tree_sitter/parser.h