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
 
 
Go to file
Felix Martin af7fc21cde Fix env model resolves #11 - I call this good enough :) 2021-06-03 21:22:41 -04:00
src Fix env model resolves #11 - I call this good enough :) 2021-06-03 21:22:41 -04:00
.gitignore Add test file, implement and/or/not, prepare for proper compound proc 2021-06-01 21:32:06 -04:00
Cargo.lock Add hello world application 2021-05-15 09:38:06 -04:00
Cargo.toml Add hello world application 2021-05-15 09:38:06 -04:00
LICENSE Initial commit 2021-05-15 15:25:41 +02:00
README.md Add test file, implement and/or/not, prepare for proper compound proc 2021-06-01 21:32:06 -04:00
test.scm Add test file, implement and/or/not, prepare for proper compound proc 2021-06-01 21:32:06 -04:00

README.md

schemers

A crude Scheme interpreter implemented for SICP exercise 5.51.

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