Skip to content

Release 3.3

Compare
Choose a tag to compare
@dmsc dmsc released this 26 Feb 01:33
· 679 commits to master since this release

A few bugfixes and enhancements to the language:

  • Fixes abbreviation of SOUND to "S.", and adds a "SOUND" with only one parameter to silence one sound voice.
  • Adds STR$ function, with integer and floating-point arguments.

Fixes to the IDE:

  • Detect bytecode parsing overflows on very big and complex lines, the parser shows the las correctly parsed position in the line on error.
  • Turn off al sounds before returning to the editor.
  • More simple optimizations to keep the integer-IDE size under 8k.

Fixes to the cross-compiler:

  • Allows end-of-line characters inside strings, this fixes compilation of sources in ATASCII that have the $0A (CONTROL-J) character inside strings.