mirror of
https://github.com/ProgramSnail/lang_modes_check.git
synced 2025-12-06 00:58:42 +00:00
typecheck (without modes), unique mode
This commit is contained in:
parent
7055b353a9
commit
9448e2ac19
12 changed files with 602 additions and 279 deletions
|
|
@ -17,5 +17,6 @@ include_directories(
|
|||
|
||||
add_executable(lang src/main.cpp
|
||||
src/parsing_tree.cpp
|
||||
src/types.cpp
|
||||
src/type_check.cpp
|
||||
src/mode_check.cpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue