grift_repl 1.2.0

REPL for the Grift Scheme language
Documentation

Grift REPL

A Read-Eval-Print-Loop for the grift Lisp interpreter.

Features

  • Rich error display with stack traces
  • GC commands and statistics
  • Help system

Usage

use grift_repl::run_repl;

run_repl::<10000>();