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
StdIoProviderfromgrift_stdfor port-based I/O (stdin, stdout, stderr, and dynamic string ports)
Usage
use run_repl;
;