A rouille interpreter made in java for Dorset's Object Oriented Class final project.
- Add tests
- Add more internal functions (io, random, etc...)
- Add macros?
- Write the affiche! macro in standard library
Guided by the craftinginterpreters book at first, and then tweaked to make it more like rust.