Added basic test system for VVhitespace interpreter.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 4 Jul 2019 21:02:38 +0000 (14:02 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Thu, 4 Jul 2019 21:02:38 +0000 (14:02 -0700)
commit6e942bd8524e9393f61a0358a0282b2641f9d3d7
tree6eb24a04c45456b5ad7c4d434f81fb7dea0aa051
parent9686c90139fc19b70f42283b1504ab9d5be7932c
Added basic test system for VVhitespace interpreter.
Makefile
tests/0001_push_printchar_exit.pvvs [new file with mode: 0644]
tests/1001_stack_operations.pvvs [new file with mode: 0644]
vv_compiler.c
vv_interpreter.c
vv_test.py [new file with mode: 0755]