forked from ground/ground
Stuff, also compiler is under construction
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user