mirror of
https://codeberg.org/ProgramSnail/lang.git
synced 2025-12-29 10:18:47 +00:00
type node added (for type deduction)
This commit is contained in:
parent
a7c1e3f658
commit
8bce645431
6 changed files with 92 additions and 248 deletions
|
|
@ -43,7 +43,6 @@ set(
|
|||
|
||||
add_executable(lang src/main.cpp
|
||||
src/name_tree.cpp
|
||||
src/types.cpp
|
||||
|
||||
${NODES}
|
||||
${BUILDERS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue