Skip to content

TheTacBanana/lisp_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisp Interpreter

Lisp Interpreter written in Rust with minimal dependencies

Has a REPL with history and completion, as well as a standalone interpreter

cargo run -r -p repl or cargo run -r -p interpreter ./examples/fib.scm

Implements garbage collection and tail call optimization

Not feature complete but in a functional state, mainly lacking a more complete standard library

About

Lisp Interpreter written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages