More docs

This commit is contained in:
2026-05-10 16:34:54 +10:00
parent a7d55a9d33
commit bb3acc3f4a
22 changed files with 434 additions and 1 deletions

24
src/vela_0.1.0.md Normal file
View File

@@ -0,0 +1,24 @@
# "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`