testcases for instructions INSERT, INSERT2, SELECT and ASS

This commit is contained in:
Francesco Cozzuto
2023-01-23 21:36:44 +01:00
parent 31d0c100c1
commit 5234fc73a8
17 changed files with 359 additions and 10 deletions
+17
View File
@@ -0,0 +1,17 @@
@type [runtime]
@bytecode
PUSHNNE;
ASS "xyz";
POP 1;
PUSHVAR "xyz";
PUSHVAR "print";
CALL 1, 1;
POP 1;
EXIT;
@output [none]