Module repl

Module repl 

Source
Expand description

REPL (Read-Eval-Print Loop)

The main shell loop.

Takes user input, parses it and calls the appropriate command or program handlers.

§References

Functions§

repl
The main shell loop.