Crate rust_lisp

Source

Modules§

interpreter
model
parser
utils

Macros§

lisp
A macro for more easily creating s-expressions from within Rust code

Functions§

default_env
Initialize an instance of Env with several core Lisp functions implemented in Rust. Without this, you will only have access to the functions you implement yourself.
start_repl
Starts a REPL prompt at stdin/stdout. This will block the current thread.