-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Project status - grammar
Modules
-
usestatement-
asaliasing
-
- submodules (
modkeyword) - access specifiers
-
pub -
pub(<level>)
-
Functions
- no parameters and no explicit return type
- with parameters
- with explicit return type
Variables
- no explicit type & no initializer
- no explicit type & with initializer
- with explicit type
Expressions
- general expression rule
- literals
- integer
- real
- string
- character
- boolean
Control flow
- return statement (
retkeyword) - conditions
-
ifstatement -
elsestatement -
matchstatement
-
- loops
-
loop -
while -
for
-
User types
- structures
- inheritance
- virtual functions and overrides
- interfaces
- variants
- enums
- untagged unions (in
unsafeblock)
Generics and templates
// TODO
Macros
// TODO
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels