Skip to content

Version 12

Latest
Compare
Choose a tag to compare
@dmsc dmsc released this 26 Aug 03:25

This release fixes a serious bug in the last version when parsing long programs, exposed by aggresive optimizations.

Also, the following bug fixes are included:

  • Correctly parse the LOCATE statement as writing to the last variable.
  • Splits the lines with long IF/THEN statements correctly.
  • And a new option for limiting the BAS binary line length allows to test bugs with long line lengths.

You can see the Full Changelog here: v11...v12