A Scheme interpreter written in Rust.
Find a file
2016-12-28 18:01:36 -05:00
src Use a string to build up the value of String tokens, so we can properly handle escape characters and such 2016-12-28 18:01:36 -05:00
.gitignore Ignore Rust build artifacts 2016-12-19 14:02:19 -08:00
Cargo.toml Add initial sibil Rust project 2016-12-19 14:01:55 -08:00
README.md

Sibil

A Scheme interpreter.