Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 660 Bytes

Crate schemer-lang

A pedagogical implementation of the core R7RS Scheme programming language in Rust.

MIT License crates.io docs.rs


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.

Example

TBD


Changes

Version 0.1.0

  • Initial commit.