A tiny simple programming language made for simplicity. It borrows syntax from 'go', 'rust' and 'typescript'
- Lexer
- Parser
- Variable declare
- Variable assign
- Expressions
- Unary (int, float, bool)
- !
- Additive
+ -
- Multiplicative
* / % ^
- Grouping
( )
- Unary (int, float, bool)
- Array
- Array indexing
- User defined types
- Struct
- Property access
- Property assignment
- Private property deny access
- Builtins
- Struct
- Functions
- Analyzer
- Codegen