grift_repl 1.3.2

REPL for the Grift Scheme language
docs.rs failed to build grift_repl-1.3.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: grift_repl-1.4.0

Grift REPL

A Read-Eval-Print-Loop for the Grift R7RS-compliant Scheme interpreter.

Features

  • Rich error display with stack traces
  • Line editing with arrow keys (via rustyline)
  • GC commands and statistics
  • Help system
  • Output callback for side effects during macro expansion
  • Integrated StdIoProvider from grift_std for port-based I/O (stdin, stdout, stderr, and dynamic string ports)

Usage

use grift_repl::run_repl;

run_repl::<10000>();