/rs-lisp

Primary LanguageRust

rs-lisp

Description

A small lisp interpreter written in Rust

Usage

Clone the project and execute:

cargo run [example.lisp]

Or run the repl:

cargo run

Credits

Thanks to @rdrnavarro for the explanation about improvements on the interpreter, those changes have a consolidation with a few modifications.