FusionScript is a new syntax for Lua that allows C-style blocks and some extensions I liked, such as default arguments to a function, a simple class system, and a very simple way to make iterators. It also includes some standard libraries to help with complex iterators.
What are the goal of this project?
What are the caracteristics of this programming language?
Le 13/12/2016 à 05:43, Charles Heywood
a écrit :
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.
--