FusionScript 0.3.0
New Features
- Local
interface
s luacheck
0.19 compatibility- Local variables without assignment (
local (a, b...)
)
Changed Features
- Change
parsers/*
tocompilers/*
andlexer
toparser
- Make lambdas use
expression_list / statement_block
\x-> y()
now works\x-> if x y();
does not\x-> {if x y();}
still works
Bug Fixes
- Make
.topics/FusionScript.md
a symlink - Moved module loading down so modules aren't reloaded if loaded already
- Added nonendorsement clause and update year in license
To view changes:
git fetch
git log v0.2.1..v0.3.0
git diff v0.2.1 v0.3.0