GuillaumeDeconinck / monkey_interpreter_rs

Monkey language's intrepreter in Rust (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monkey language's intrepreter in Rust

This is my playground project for implementing an interpreter for the Monkey language. I'm following the Writing an interpreter in Go book, where the Monkey language comes from.

Development

For launching the tests, you can run cargo test as usual.

Personally, I use cargo-nextest as it's faster and provides a shorter output. The command with it is cargo nextest run.

Moreover, as the command is long to write, I use just to easily launch it. With just, simply launch just test.

About

Monkey language's intrepreter in Rust (WIP)


Languages

Language:Rust 100.0%