rulox
rulox is a lightweight scripting language embedded in Rust.
It is based on the Lox language from Crafting Interpreters.
Examples
use lox;
use *;
Features
- Variable declarations
- Print statements
- Control flow statements
- Loops
- Functions
- Object orientation (possibly)