meln1k / monkey-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Rust 100.0%