v1.0-alpha
Pre-release
Pre-release
Current Features
- Functions
- Pointers
- Branching
- Loops
- Recursion
- Strict Type Checking
- Char Literals
- String Literals
Supported Types
- Integer: i32
- Boolean: bool
- Character: char
- Pointer: *
Supported Operations
- Boolean: || && !
- Comparison: == != < > <= >=
- Arithmetic: + - * / %
- Address-of and Dereference: & *