grift_repl 0.1.0

REPL for the grift Lisp 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>();