Releases: redstarcoder/go-starfish
Fisherman Instruction
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!
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!
Functions!
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!
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!
This release includes commit 1697dc1, which fixes a bug when setting the initial stack.
Initial Release
Here's the first release of *><>! The language spec can be found here.