Add control flow operands

This commit is contained in:
2019-11-21 18:38:02 +01:00
parent 1bac553f4b
commit f0e00ff018
9 changed files with 127 additions and 41 deletions

View File

@@ -12,7 +12,10 @@ namespace Token
MultiplyInteger,
ShiftIntegerLeft,
ShiftIntegerRight,
Jump
Jump,
LessThanInteger,
GreaterThanInteger,
EqualInteger
};
OperandType GetOperandType(std::string const & op);