Files
docs/src/vela_0.1.0.md

25 lines
511 B
Markdown
Raw Normal View History

2026-05-10 16:34:54 +10:00
# "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`, `while` control flow
* Functions
* Lambda/Anonymous Functions
* Named Functions
* Closures attached to functions
* Structs
* Fields
* Methods
* `private` and `protected`
* `as`-methods
* Constructors, destructors, duplicators
* Generics (partially, there are many bugs)
* `pragma` directives in the parser
* Libraries with `use`