~tim/mal-rust

My own Rust implementation of mal (Make a Lisp)
Fix warning
Update readme
Add link to my page about this exerience

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tim/mal-rust
read/write
git@git.sr.ht:~tim/mal-rust

You can also use your local clone with git send-email.

#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.