reorganized tests and removed old compilation artifacts

This commit is contained in:
Francesco Cozzuto
2023-01-23 13:45:45 +01:00
parent 76bd70d833
commit 31d0c100c1
21 changed files with 2 additions and 3 deletions
@@ -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]