A crude Scheme interpreter implemented in Rust for SICP exercise 5.51. https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book-Z-H-35.html
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Felix Martin af7fc21cde Fix env model resolves #11 - I call this good enough :) 2 years ago
src Fix env model resolves #11 - I call this good enough :) 2 years ago
.gitignore Add test file, implement and/or/not, prepare for proper compound proc 2 years ago
Cargo.lock Add hello world application 2 years ago
Cargo.toml Add hello world application 2 years ago
LICENSE Initial commit 2 years ago
README.md Add test file, implement and/or/not, prepare for proper compound proc 2 years ago
test.scm Add test file, implement and/or/not, prepare for proper compound proc 2 years ago

README.md

schemers

A crude Scheme interpreter implemented for SICP exercise 5.51.

cargo build
./target/debug/schemers test.scm