Expand description
Block statement executor: loops, functions, run/source, search path management.
Enums§
- Signal
- Flow control signal returned by
exec_stmts.
Functions§
- exec_
stmts - Executes a sequence of parsed statements, handling flow control signals.
- init
- Initialises exec-level hooks in
eval.rsso thateval_innercan call user functions. - resolve_
script_ path - Resolves a script filename to an existing path.
- script_
dir_ pop - Pop the most recently pushed script directory from the search stack.
- script_
dir_ push - Push a script directory onto the search stack.
- session_
path_ add - Prepends (default) or appends a directory to the session search path.
- session_
path_ init - Initializes the session search path from the config
patharray. - session_
path_ list - Returns a snapshot of the current session search path.
- session_
path_ remove - Removes a directory from the session search path (exact match).