Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 224 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 224 Bytes

WIP: Monkey lang interpreter

A WIP implementation of a monkey language interpreter

Getting started

Requires the latest stable rust toolchain. To build run:

cargo build

To start the REPL run:

cargo run