Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 648 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 648 Bytes

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.