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 run_repl;
;
A Read-Eval-Print-Loop for the grift Lisp interpreter.
use grift_repl::run_repl;
run_repl::<10000>();