This release implements an entirely new transpiler core. What does that mean? It means it's now super easy to port SuperBAS to more target languages.
Additionally, this release adds back JavaScript support! Fully this time, not just a subset - anything you can compile for C# works in JS.
Formal changelog:
- Switch to SuperBAS.Transpiler instead of specifics like SuperBAS.Transpiler.CSharp
- Add language.json configs for CSharp and JavaScript
- Implement multi-dimensional DIMs, LISTs, WRITEFILE and READFILE for JavaScript