- Variadic functions
- Type casting
- Multi-dimensional arrays
- Support for string comparation operation
- Support for compilation errors
- Support for 'else' clause
- 'for' loop
- 'continue', 'break' statements
- New types: bool, string
- Support for declaring multiple variables in one line
- Support for extra assignment operators e.g. +=, -=, *=, /=
- 'prints' function
- Support for program arguments
- Assignment statement
- Int type
- Array type (for int)
- Basic arithmetic operations ('+', '-', '*', '/')
- Basic comparation operations ('>', '>=', '<', '<=', '==')
- 'If' statement
- 'While' statement
- Functions