forked from ground/ground
Stuff, also compiler is under construction
This commit is contained in:
@@ -152,8 +152,8 @@ void groundAddFieldToStruct(GroundStruct* gstruct, char* name, GroundValue field
|
||||
addFieldToStruct(gstruct, name, field);
|
||||
}
|
||||
|
||||
char* groundCompileProgram(GroundProgram* program) {
|
||||
return compileGroundProgram(program);
|
||||
void groundCompileProgram(GroundProgram* program) {
|
||||
compileGroundProgram(program, "program.gexe");
|
||||
}
|
||||
|
||||
GroundValue groundRunFunction(GroundFunction* function, size_t argc, ...) {
|
||||
|
||||
Reference in New Issue
Block a user