forked from ground/cground
Better cmdline args, start work on compiler
This commit is contained in:
@@ -352,7 +352,7 @@ GroundStruct parseStruct(GroundProgram* in, GroundScope* scope, size_t errorOffs
|
||||
|
||||
GroundValue gv;
|
||||
|
||||
switch (stringToValueType(in->instructions[i].args.args[0].value.refName)) {
|
||||
switch (stringToValueType(in->instructions[i].args.args[1].value.refName)) {
|
||||
case INT: {
|
||||
gv = createIntGroundValue(0);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user