Skip to content

Releases: redstarcoder/go-starfish

Fisherman Instruction

03 Jan 17:50
Compare
Choose a tag to compare

This release adds the fisherman instruction. Hopefully this shrinks down some programs. I've always wanted an instruction like this and one that utilises the backtick, this one does both!

Bug Fix!

01 Jan 19:46
Compare
Choose a tag to compare

A bug in stack creation could cause new slices to point to old arrays, causing strange stack overlap. This release fixes that bug!

Stack Selection!

17 Dec 00:32
Compare
Choose a tag to compare

This release adds the I/D instructions as well as some more bugfixes! See information here and examples here.

Functions!

09 Dec 19:50
Compare
Choose a tag to compare

In this release, call/ret are added! More info here.

There's also a bugfix for a bug where sometimes (if your computer+code are fast) stdin would read as empty, when it's not.

"x" Fix!

08 Dec 15:29
Compare
Choose a tag to compare

In last minute prep, I moved the "x" instruction to be executable during "deepSea" mode (u). I forgot to add "return false" when I did this though, causing it to be confused for an invalid instruction. This release fixes that.

The next release (v1.1) should hopefully feature new instructions! They're just still being drafted.

Initial Release Bug Fix!

07 Dec 00:50
Compare
Choose a tag to compare

This release includes commit 1697dc1, which fixes a bug when setting the initial stack.

Initial Release

07 Dec 00:18
Compare
Choose a tag to compare

Here's the first release of *><>! The language spec can be found here.