Add call operand

This commit is contained in:
2020-05-16 11:22:47 +02:00
parent 9337c95b09
commit 41fb08373c
10 changed files with 77 additions and 16 deletions

View File

@@ -13,6 +13,7 @@ namespace Token
ShiftIntegerLeft,
ShiftIntegerRight,
Jump,
CallFunction,
LessThanInteger,
GreaterThanInteger,
EqualInteger,