Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 361 Bytes

lispers

Educational project: How to implement a Lisp interpreter in Rust?

Read the article

Build & Run

$ cargo build
$ cargo run -- -i examples/hello-world.lisp

License

This project is released under the terms of the MIT License.