reorganized tests and removed old compilation artifacts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@type [runtime]
|
||||
|
||||
@bytecode
|
||||
|
||||
PUSHFLS;
|
||||
JUMPIFANDPOP ye;
|
||||
PUSHINT 100;
|
||||
JUMP end;
|
||||
ye:
|
||||
PUSHINT 300;
|
||||
end:
|
||||
PUSHVAR "print";
|
||||
CALL 1, 1;
|
||||
POP 1;
|
||||
EXIT;
|
||||
|
||||
@output [100]
|
||||
Reference in New Issue
Block a user