A Lox implemetation in Rust
Trying to learn Rust by making a Lox compiler (http://craftinginterpreters.com/)...
- A tree-walk interpreter
- Scanning
- Representing Code
- Parsing Expressions
- Evaluating Expressions
- Statements and State
- Control Flow
- Functions
- (More to come)
- A bytecode virtual machine