monkey-rs

An interpreter from https://interpreterbook.com/ written in Rust

Stars
7

Monkey Language Interpreter

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