Expand description
This is a library crate that implements the command-line frontend for the
yash shell. It is used by the yash3
binary crate to provide the shell
functionality. Currently, this crate is not intended to be used as a library
by other crates.
The entry point for the shell is the main
function, which is to be used
as the main
function in the binary crate. The function sets up the shell
environment and runs the main read-eval loop.
Modules§
- Shell startup