Releases: dluman/little-python-computer
Releases · dluman/little-python-computer
v0.2.3
Last release didn't augment clock cycle count for SFT
.
v0.2.2
I CAN COUNT CLOCK SPEEDS NOW. WILL ADD TO README SOMEDAY.
v0.2.1
Additional issues with SFT
; nailed it down and moving on.
v0.2.0
There existed an issue with the SFT
instruction, and added some guarding against typical inputs issues.
v0.1.4
Really just error handling for comments that aren't prefixed by @
with line numbers.
v0.1.3
Allows for CARDIAC-like branching of instructions to accommodate longer lists of inputs. Implements carry digit in order to do higher-dimensional math.
v0.1.1
Previous release caused off-by-one error in branching instructions after I fixed the program to be a 1-indexed computer written in a 0-indexed language.
v0.1.0
Very early version of the Little Python Computer
; achieves the basic syntax and can run all the programs that I could think of.
See README
for full details.