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.