Skip to content

Releases: cdhanna/fadebasic

v0.0.37

03 Mar 00:57
949972a
Compare
Choose a tag to compare

Changed

  • VM register max count increased from byte to ulong.
  • VM heap max size increased from ~ 2^31 to ~ 2^64.

v0.0.36

27 Feb 03:49
Compare
Choose a tag to compare

Fixed

  • Debugger would emit exit event during partial budget runs.
  • Debugger can render byte variables.
  • Debugger can set non int and non float values.
  • Debugger can discovery variables declared through ref commands, such as
    INC or INPUT
  • Commands with ref parameters can access globally scoped variables.

Added

  • SKIP keyword for skipping iterations of looping control structures.

Nuget: https://www.nuget.org/packages/FadeBasic.Lang.Core/0.0.36.1
VsCode: https://marketplace.visualstudio.com/items?itemName=BrewedInk.fadebasic