Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 612 Bytes

Crate schemer-repl

A repl for the R7RS Scheme programming language in Rust.

MIT License crates.io docs.rs


This crate provides the shell for executing both scripts and interactive sessions. The repl relies on the amazing rustyline with custom hints and completion!

Example

TBD


Changes

Version 0.1.0

  • Initial commit.