Start work on type checker (uh oh)

This commit is contained in:
2026-02-24 21:01:30 +11:00
parent 0613fcd957
commit 48206c2f50
10 changed files with 1260 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ exit
#include "src/parser/parser.c"
// -- CODEGEN --
#include "src/codegen/SolsScope.c"
#include "src/codegen/codegen.c"
// -- MAIN --