(sigil repl commands)
(sigil repl commands) - Shared REPL command handling
This module provides the command registry and built-in commands shared between the interactive REPL and nREPL server.
Hooks allow REPL implementations to customize behavior:
- repl-module-switch-hook: called with (old-module new-module) when user switches
- repl-module-import-hook: called with (module-name) when user imports
- repl-exit-hook: called with no args when user requests exit
Exports
*repl-commands*variable(No description)
register-command!variable(No description)
find-commandvariable(No description)
repl-command?variable(No description)
handle-commandvariable(No description)
repl-module-switch-hookvariable(No description)
repl-module-import-hookvariable(No description)
repl-exit-hookvariable(No description)
cmd-helpvariable(No description)
cmd-exitvariable(No description)
cmd-loadvariable(No description)
cmd-modulevariable(No description)
cmd-usevariable(No description)
cmd-docvariable(No description)
cmd-searchvariable(No description)
lookup-symbol-docvariable(No description)
decode-arityvariable(No description)
build-signaturevariable(No description)
parse-module-namevariable(No description)