A Scheme interpreter written in Rust.
Find a file
Eryn Wells c061d9732c Lex characters, including #\newline and #\space
This implementation is pretty dumb I think... >_<
At least, it was annoying as hell to write.
2016-12-28 12:16:28 -07:00
src Lex characters, including #\newline and #\space 2016-12-28 12:16:28 -07: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 Initial commit 2016-12-19 13:57:04 -08:00

Sibil

A Scheme interpreter.