type node added (for type deduction)

This commit is contained in:
ProgramSnail 2023-08-08 20:21:48 +03:00
parent a7c1e3f658
commit 8bce645431
6 changed files with 92 additions and 248 deletions

View file

@ -43,7 +43,6 @@ set(
add_executable(lang src/main.cpp
src/name_tree.cpp
src/types.cpp
${NODES}
${BUILDERS}