- To do:
- Lexer - Completed
- Parser - Completed
- Interpreter - Completed
- Power Operator - Completed
- Variables - Completed(Doesn't do 5 + (VAR x = 6) though)
- Comparison and Logical Operators - Completed
- IF statement - Completed
- For and While statements
- Functions
- Strings
- Lists/Arrays
- Built-In Functions
- Multi-Line Statements
- Return, Continue and Break
- Comments and Run