release-2.0
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 forLN
.- 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.