Provisional API: This reference documents current compiler behavior. Compatibility is not yet promised.
src/repl.x
Terminal client for persistent compiler submissions.
Functions
| Function | Summary |
|---|---|
repl_run | Runs the experimental REPL on stdin. |
Functions
repl_run
int repl_run(CliRequest request)
Runs the experimental REPL on stdin. Piped input continues after errors and exits with status one if any submission or command failed. Interactive errors leave the session usable; SIGINT retains its process-exit action.
Source: src/repl.x:62