forked from ground/ground
Fix not
This commit is contained in:
@@ -1770,6 +1770,7 @@ vector<Instruction> parser(vector<vector<string>> in) {
|
||||
else if (i == "lesser") newInst.inst = Instructions::Lesser;
|
||||
else if (i == "equal") newInst.inst = Instructions::Equal;
|
||||
else if (i == "inequal") newInst.inst = Instructions::Inequal;
|
||||
else if (i == "not") newInst.inst = Instructions::Not;
|
||||
else if (i == "end") newInst.inst = Instructions::End;
|
||||
else if (i == "set") newInst.inst = Instructions::Set;
|
||||
else if (i == "setlist") newInst.inst = Instructions::Setlist;
|
||||
|
Reference in New Issue
Block a user