Add control flow operands
This commit is contained in:
@@ -12,7 +12,10 @@ namespace Token
|
||||
MultiplyInteger,
|
||||
ShiftIntegerLeft,
|
||||
ShiftIntegerRight,
|
||||
Jump
|
||||
Jump,
|
||||
LessThanInteger,
|
||||
GreaterThanInteger,
|
||||
EqualInteger
|
||||
};
|
||||
|
||||
OperandType GetOperandType(std::string const & op);
|
||||
|
||||
Reference in New Issue
Block a user