FusionScript 0.3.2 [Alpha] - Linting!
Pre-release
Pre-release
·
35 commits
to master
since this release
Note: This version is marked as a pre-release. The code is stable, but it will not be released as a complete version; instead, version 0.4 will be coming out with some backwards-incompatible changes.
New Features
fusion.utilis a new module, with a version-independentunpack()functionfusion-lintis a new program to print a quickfix-format list of errors
Changed Features
- Use
serpentlibrary instead ofpenlightforfusion-ast.
Bug Fixes
- All modules now use
fusion.utilfor theunpack()function - The
parsere module now properly prints out the character before a required semicolon - Remove .vimrc due to incompatibility with versions lower than Vim 8
- Remove files that no longer serve a purpose
To view changes:
git fetch
git log --oneline v0.3.1..v0.3.2-alpha
git show --reverse v0.3.1..v0.3.2-alpha