Skip to content

Releases: dluman/little-python-computer

v0.2.3

12 Sep 03:27
Compare
Choose a tag to compare

Last release didn't augment clock cycle count for SFT.

v0.2.2

11 Sep 17:43
Compare
Choose a tag to compare

I CAN COUNT CLOCK SPEEDS NOW. WILL ADD TO README SOMEDAY.

v0.2.1

04 Sep 03:39
Compare
Choose a tag to compare

Additional issues with SFT; nailed it down and moving on.

v0.2.0

24 Aug 18:18
Compare
Choose a tag to compare

There existed an issue with the SFT instruction, and added some guarding against typical inputs issues.

v0.1.4

21 Aug 23:41
Compare
Choose a tag to compare

Really just error handling for comments that aren't prefixed by @ with line numbers.

v0.1.3

21 Aug 13:26
Compare
Choose a tag to compare

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.2

01 Aug 01:52
Compare
Choose a tag to compare

Kills more bugs ded.

v0.1.1

31 Jul 23:11
Compare
Choose a tag to compare

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

31 Jul 17:55
Compare
Choose a tag to compare

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.