Added tests for flow control IMP.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 5 Jul 2019 05:35:08 +0000 (22:35 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Fri, 5 Jul 2019 05:35:08 +0000 (22:35 -0700)
commit519b6ab41c6a7c2abd44c9dcffb2a9b63c762442
tree00fdb29c1e297664c2106796049aec5b8db537a2
parente5b4dad90ea7fbc4cbe1be5ac7f5c7b77b433b29
Added tests for flow control IMP.
tests/4001_flowcontrol_exit.pvvs [new file with mode: 0644]
tests/4002_flowcontrol_unconditional_jump_to_label.pvvs [new file with mode: 0644]
tests/4003_flowcontrol_jump_if_tos_is_zero.pvvs [new file with mode: 0644]
tests/4004_flowcontrol_jump_if_tos_is_negative.pvvs [new file with mode: 0644]
tests/4005_flowcontrol_jump_to_subroutine.pvvs [new file with mode: 0644]
tests/4006_flowcontrol_return_from_subroutine.pvvs [new file with mode: 0644]
vv_interpreter.c
vv_test.py