lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


So I wrote a thing called FusionScript. It's on GitHub at ChickenNuggers/FusionScript if anyone wants to use it. I just tagged the 0.1.0 release which has some very large changes from the alpha I previously posted. Some significant changes are support in the stock parser for the class system, a `using` statement, and a couple of libraries.

GitHub: https://github.com/ChickenNuggers/FusionScript
Luarocks: https://luarocks.org/modules/alissasquared/fusionscript
Website: https://chickennuggers.github.io/FusionScript
--