Added expected output to READMEs for examples.
[vvhitespace] / vv_interpreter.c
2020-03-31 Aaron TaylorMisc cleanup. License headers and removing old examples.
2020-01-03 Aaron TaylorBulk commit of offline work on Hunt the Wumpus.
2019-08-01 Aaron TaylorUpdated VVhitespace's modulo function to always return...
2019-07-31 Aaron TaylorFixes to `vvi` related to pushing the most negative...
2019-07-19 Aaron TaylorAdded some debugging output to `vvi` when jumping to...
2019-07-17 Aaron TaylorAdded label initialization check to `vvi`.
2019-07-11 Aaron TaylorBugfix for BRZ and BMI commands that weren't advancing...
2019-07-08 Aaron TaylorUpdated VVS interpreter to 64 bit word. Also misc cleanup.
2019-07-08 Aaron TaylorChanged jump-if-tos-is-zero and jump-if-tos-is-negative...
2019-07-08 Aaron TaylorRemoved TODO comment related to creating language tests.
2019-07-07 Aaron TaylorAdded final tests. All VVhitespace commands now have...
2019-07-05 Aaron TaylorAdded tests for output half of IO IMP.
2019-07-05 Aaron TaylorAdded tests for flow control IMP.
2019-07-05 Aaron TaylorAdded tests for heap IMP.
2019-07-04 Aaron TaylorAdded basic test system for VVhitespace interpreter.
2019-07-04 Aaron TaylorModified labels to use a Vtab.
2019-07-02 Aaron TaylorFirst batch of changes to turn Whitespace interpreter...
2019-07-02 Aaron TaylorImporting the Whitespace interpreter as a starting...