Skip to content

v0.4.1

Latest

Choose a tag to compare

@a2geek a2geek released this 14 Oct 00:07
· 103 commits to main since this release

What's Changed

This is a bug fix release. Thanks to @beheybird for finding these!

  • Tokenize fails when IN or PR are variable names #47
  • DATA statements with negative numbers give SYNTAX ERROR when READ #48

This project is split into three components:

  • A Java API. See the README for an overview.
  • A BASIC tokenizer (bt) command-line tool. See the README for tool usage examples.
  • A Shape Table (st) command-line tool. See the README.

Full Changelog: v0.4.0...v0.4.1