ktfth / rs-lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Rust 100.0%