Add ret function

This commit is contained in:
2020-05-16 12:10:17 +02:00
parent 5d71a1316c
commit f9c43f19e6
6 changed files with 31 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace Token
ShiftIntegerRight,
Jump,
CallFunction,
ReturnFromFunction,
LessThanInteger,
GreaterThanInteger,
EqualInteger,