Skip to content

release-2.0

Compare
Choose a tag to compare
@skx skx released this 09 Oct 05:24
· 34 commits to master since this release
7a694a5

release-2.0

This release features a small number of updates and new features, as well as improvements to the linting which is carried out via the Github Actions every time a pull-request is submitted or merged.

New features include:

  • Allow users embedding the interpreter to setup input/output streams, added in #98
  • Removal of mandatory newline on output, added in #101.
  • Addition of the SPC primitive, in #104.
  • LOG as a synonym for LN.
  • Updated example scripts/contents in #103.
  • Allow string multiplication (PRINT "*" * 80), added in #114.

I've updated the installation instructions to work with newer releases of the golang toolset too.