mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-27 17:28:47 +00:00
fixes, name refactoring
This commit is contained in:
parent
4f04dd9995
commit
fe652bc1c2
11 changed files with 62 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue