A pedagogical implementation of the core R7RS Scheme programming language in Rust.
This crate provides the core language model and includes data types, environments, forms and expressions. This does not include the ability to import or load external libraries as that would require the parser crate.
TBD
Version 0.1.0
- Initial commit.