Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 370 Bytes

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.