Expand description
ilsh - A POSIX-Compliant Shell (CLI) Library
Modules§
- cmd
- Command handlers
- constants
- Constants, Globals and Types
- errors
- Errors
- macros
- Macros Used Throughout the Library
- parse
- Parser for the user input
- repl
- REPL (Read-Eval-Print Loop)
Macros§
- test_
to_ break_ or_ continue - Evaluates the global variable
TESTat compile-time and replacestruewithbreakandfalsewithcontinue.