Releases: cdhanna/fadebasic
Releases · cdhanna/fadebasic
v0.0.46
v0.0.45
Fixed
FadeSdkerrors use source maps to include file location in error messages- Parser reports error when an object initializer includes non assignment statements
- Parser reports error when invalid-cast occurs in the variable assignment of for-loops
- Usage of global variables before they are declared reports a different error than simply an undefined symbol
Added
- Simple array assignment
redimkeyword allows arrays to be resized
v0.0.44
v0.0.43
v0.0.42
v0.0.40
v0.0.39
v0.0.38
v0.0.37
v0.0.36
Fixed
- Debugger would emit exit event during partial budget runs.
- Debugger can render
bytevariables. - Debugger can set non
intand nonfloatvalues. - Debugger can discovery variables declared through
refcommands, such as
INCorINPUT - Commands with
refparameters can access globally scoped variables.
Added
SKIPkeyword 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