2 unstable releases
0.1.0 | Jul 20, 2019 |
---|---|
0.0.9 | Jul 20, 2019 |
#80 in #lisp
20KB
548 lines
Lisp interpreter implemented by Rust
// 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
~560KB
~11K SLoC