#lisp #implemented #interpreter

app lisp-by-rust

Simple rust implement by Rust

2 unstable releases

0.1.0 Jul 20, 2019
0.0.9 Jul 20, 2019

#80 in #lisp

27 downloads per month

MIT license

20KB
548 lines

Lisp interpreter implemented by Rust

Build Status Build status

// Clone
$ git clone git@github.com:fumita/lisp-by-rust.git

// Build
$ cd lisp-by-rust
$ cargo build --release

// Enjoy
$ ./target/release/lisp-by-rust
or
$ ./target/release/lisp-by-rust examples/hoge.text

// Test(Cargo)
cargo test

Dependencies

~540KB
~10K SLoC