new testing infrastructure and basic test suite
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
#source
|
||||
|
||||
'Hello, world!';
|
||||
|
||||
#bytecode
|
||||
|
||||
PUSHSTR "Hello, world!";
|
||||
POP 1;
|
||||
RETURN 0;
|
||||
Reference in New Issue
Block a user