fixing tests
because interpreter was fixed
This commit is contained in:
parent
83670079c3
commit
b932f67da0
@ -25,7 +25,7 @@ HERE
|
|||||||
class Object
|
class Object
|
||||||
int main()
|
int main()
|
||||||
int n = 10
|
int n = 10
|
||||||
if_zero(8 - n )
|
if_zero(n - 10 )
|
||||||
"10".putstring()
|
"10".putstring()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -70,7 +70,7 @@ HERE
|
|||||||
"GetSlot","GetSlot","IsNotzero","GetSlot","GetSlot",
|
"GetSlot","GetSlot","IsNotzero","GetSlot","GetSlot",
|
||||||
"SetSlot","LoadConstant","SetSlot","GetSlot","GetSlot",
|
"SetSlot","LoadConstant","SetSlot","GetSlot","GetSlot",
|
||||||
"SetSlot","RegisterTransfer","FunctionCall","SaveReturn","GetSlot",
|
"SetSlot","RegisterTransfer","FunctionCall","SaveReturn","GetSlot",
|
||||||
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
"LoadConstant","OperatorInstruction","IsZero","Branch","GetSlot",
|
||||||
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
||||||
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
||||||
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
"LoadConstant","OperatorInstruction","IsZero","LoadConstant","GetSlot",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user