fumita / lisp-by-rust

Simple lisp interpreter. Implemented by Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple lisp interpreter. Implemented by Rust

License:MIT License


Languages

Language:Rust 84.5%Language:Shell 12.6%Language:PowerShell 2.9%