Skip to content

seven1m/mal-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 14, 2019
bda6168 · Mar 14, 2019
Sep 28, 2017
Sep 15, 2017
Oct 16, 2017
Mar 14, 2019
Dec 29, 2017
Jun 3, 2018
Apr 26, 2014
Jun 3, 2018
Sep 11, 2017
Sep 11, 2017
Sep 15, 2017
Jun 3, 2018
Mar 14, 2019
Oct 24, 2016
Jun 15, 2016
Jul 16, 2018
Oct 28, 2016
Feb 28, 2015
Sep 15, 2017

Repository files navigation

mal-rust

This is my own implementation of mal in Rust.

I wrote a little about my experience building this here.

The main mal repo already has a Rust implementation, so I'll keep this here.

Build

This has been tested with Rust version 1.33.0.

make rust

Run the REPL

rust/target/release/stepA_mal

Run a Mal Program

rust/target/release/stepA_mal examples/hello.mal

License

Mal is copyright Joel Martin and licensed under the MPL 2.0 (Mozilla Public License 2.0). See LICENSE for more details.