ReggaeLang is an interpreted programming language built in Rust.
This project is for educational purposes.
- Variable declaration
- Token location
-  Parse expressions
- Literal
- Funcall
- Identifier
- Binary operation
- Precedence
 
- Function declaration
- If-else-else if
-  Loops
- While
- For
 
- Tests