Skip to main content

Module repl

Module repl 

Source
Expand description

REPL command parser and interactive loop.

The command parser is deliberately simple: one word command, optional argument string. No shell-style quoting or flags — the REPL is an interactive explorer, not a second CLI.

Enums§

Command
A parsed REPL command.

Constants§

COMMAND_NAMES
All command names, for tab completion.

Functions§

run
Run the interactive REPL loop.