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
+13
View File
@@ -0,0 +1,13 @@
@type [runtime]
@bytecode
PUSHINT 23;
POS;
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [23]