lisp-rs 0.0.1

Lisp interpreter in Rust
1
2
3
4
5
# lisp-rs

A simple Lisp interpreter in Rust. The interpreter was developed to explain how programming language interpreters work and how can they be implemented using the Rust programming language.

For detailed code walk-through refer to the [docs](https://vishpat.github.io/lisp-rs).