A Scheme interpreter written in Rust.
Find a file
2017-04-15 18:12:24 -07:00
lexer Make Lex less mutable 2017-04-15 18:12:24 -07:00
parser Create empty sibilparser crate 2017-04-15 10:19:49 -07:00
sibil Move the lexer to its own sibillexer module 2017-04-15 09:37:12 -07:00
types Move rational conversion to math.rs 2017-04-15 11:30:31 -07:00
.gitignore Ignore Rust build artifacts 2016-12-19 14:02:19 -08:00
README.md Initial commit 2016-12-19 13:57:04 -08:00

Sibil

A Scheme interpreter.