forked from ground/ground
More type conversions
This commit is contained in:
@@ -159,6 +159,8 @@ static GroundInstType getInstructionType(const char* inst) {
|
||||
if (strcmp(inst, "lesser") == 0) return LESSER;
|
||||
if (strcmp(inst, "stoi") == 0) return STOI;
|
||||
if (strcmp(inst, "stod") == 0) return STOD;
|
||||
if (strcmp(inst, "ctoi") == 0) return CTOI;
|
||||
if (strcmp(inst, "itoc") == 0) return ITOC;
|
||||
if (strcmp(inst, "tostring") == 0) return TOSTRING;
|
||||
if (strcmp(inst, "fun") == 0) return FUN;
|
||||
if (strcmp(inst, "return") == 0) return RETURN;
|
||||
|
||||
Reference in New Issue
Block a user