vvhitespace/.git
2019-07-11 Aaron TaylorEvaluated WS interpreter SaTaN from threeifbywhiskey...
2019-07-11 Aaron TaylorAdding some notes for the Rationale, but still WIP.
2019-07-11 Aaron TaylorUpdated all the READMEs for VVhitespace.
2019-07-11 Aaron TaylorAdded newlines to 'Hello, World!' examples and fixed...
2019-07-11 Aaron TaylorAdding a 'Hello, World!' example using stdlib and a...
2019-07-11 Aaron TaylorUpdated 'Hello, World!' example to print using stdlib.
2019-07-11 Aaron TaylorAdded first two functions to stdlib.
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 TaylorCleaning up test from previous, premature commit.
2019-07-05 Aaron TaylorAdded tests for heap IMP.
2019-07-05 Aaron TaylorFixed markdown formatting in rationale.md.
2019-07-05 Aaron TaylorCorrecting braindead commits.
2019-07-04 Aaron TaylorAdded basic tests for stack and arithmetic IMPs.
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...
2019-07-02 Aaron TaylorA few changes to labels and VTabs as I write the interp...
2019-07-02 Aaron TaylorAdded compiler for pseudo-VVhitespace -> VVhitespace.
2019-07-02 Aaron TaylorMoved Hello, World example to new file extension.
2019-07-02 Aaron TaylorAdded Hello, World example to VVhitespace folder.
2019-07-02 Aaron TaylorAdded specification for VVhitespace language.