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
2021-05-30 11:57:59 -04:00
src Rework environment mode fixes #8 2021-05-30 11:57:59 -04:00
.gitignore Implement basic parser 2021-05-16 13:06:26 -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 Initial commit 2021-05-15 15:25:41 +02:00

schemers

A crude Scheme interpreter implemented for SICP exercise 5.51.