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