Skip to content

denis-selimovic/crispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crispy

Lisp interpreter written in Rust. It supports subset of Scheme dialect for Rust. Easily extendable to support full Scheme dialect.

CLI

You can start LISP repl with following command.

$ cargo run --release --bin repl

You can parse lisp file with following command.

$ cargo run --release --bin cli -- <path_to_lisp_file>

Example usage

Tests

To run tests use:

$ cargo test

About

Lisp interpreter written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages