Skip to content

release-1.8

Compare
Choose a tag to compare
@skx skx released this 26 Jan 13:19

This release makes a small number of improvements to the interpreter:

  • Allow assignments without LET.
  • Allow DATA to be READ into an array-variable.
    • Previously only scalar-variables could be the target of READ.
    • #88
  • Publish binaries for Microsoft Windows.
  • Mentioned some of our limitations, and limit the scope of the project in our README.md file.
  • We now correctly ignore DATA and DEF FN statements inside comments.
  • We've added the SWAP primitive to allow exchanging two variable contents.