| Crates.io | lisp-by-rust |
| lib.rs | lisp-by-rust |
| version | 0.0.9 |
| created_at | 2019-07-20 15:12:23.946338+00 |
| updated_at | 2019-07-20 16:59:32.268126+00 |
| description | Simple rust implement by Rust |
| homepage | |
| repository | https://github.com/fumita/lisp-by-rust |
| max_upload_size | |
| id | 150359 |
| size | 26,302 |
// 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