A small lisp interpreter written in Rust
Clone the project and execute:
cargo run [example.lisp]
Or run the repl:
cargo run
Thanks to @rdrnavarro for the explanation about improvements on the interpreter, those changes have a consolidation with a few modifications.