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
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
test.scm |
schemers
A crude Scheme interpreter implemented for SICP exercise 5.51.
cargo build
./target/debug/schemers test.scm