Stuff, also compiler is under construction

This commit is contained in:
2026-04-10 17:43:51 +10:00
parent c2d6e2fcad
commit 01d3c0ed98
5 changed files with 41 additions and 551 deletions

View File

@@ -111,8 +111,7 @@ int main(int argc, char** argv) {
}
if (compile) {
char* compiled = compileGroundProgram(&program);
printf("%s\n", compiled);
compileGroundProgram(&program, "program.gexe");
} else if (writeBytecode) {
serializeProgramToFile(outFileName, &program);
} else {