“Vela” 0.1.0
This is the very first release of Solstice! Not much to see here.
This release contains:
puts- Variables
- Values
- Static type system
if,whilecontrol flow- Functions
- Lambda/Anonymous Functions
- Named Functions
- Closures attached to functions
- Structs
- Fields
- Methods
privateandprotectedas-methods- Constructors, destructors, duplicators
- Generics (partially, there are many bugs)
pragmadirectives in the parser- Libraries with
use