Implement the base #25
Labels
A-Lang
Area: related to the overall Language, his syntax, grammar etc
documentation
Improvements or additions to documentation
enhancement
New feature or request
Milestone
Here is the list of things related to the language, that is needed to be implemented for the
v0.1.0
milestone. And with there own RFC, -> #22return
statementvar
andconst
#41-> not sure what they will be, an issue will be created when i knowfor
loopwhile
loop-> use less, it just add a new keyword, useloop
loopwhile (true) { .. }
instead.continue
statement-> expressionbreak
statement-> expression{ expr, expr, expr, ... }
defer
statements -> will be done in another version. Their is things more important for now$ident(...)
to$expr(...)
..*
deref operator and right unary operationa.b
The text was updated successfully, but these errors were encountered: