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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An interpreter from the Writing An Interpreter In Go book written in Rust.
New features compared to the original implementation: