forked from solstice/docs
More docs
This commit is contained in:
24
src/vela_0.1.0.md
Normal file
24
src/vela_0.1.0.md
Normal 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`
|
||||
Reference in New Issue
Block a user