An interpreter from the Writing An Interpreter In Go book written in Rust.
New features compared to the original implementation:
- Full utf-8 support
- Strong typing (no implicit type conversions)
- Supports floating-point numbers
An interpreter from https://interpreterbook.com/ written in Rust
An interpreter from the Writing An Interpreter In Go book written in Rust.
New features compared to the original implementation:
An interpreter from https://interpreterbook.com/ written in Rust