Reworked the test suite so I can create tests for the stdlib.
[vvhitespace] / stdlib_tests / 0001_hello_world.pvvs
diff --git a/stdlib_tests/0001_hello_world.pvvs b/stdlib_tests/0001_hello_world.pvvs
new file mode 100644 (file)
index 0000000..49a6c46
--- /dev/null
@@ -0,0 +1,6 @@
+A"Hello, world!\n"
+SSSSN           | PUSH 0
+NSTTSSSN        | JSR > 1000 (printf)
+NNN             | DIE
+
+#include <stdio.pvvs>