Crate ilsh

Crate ilsh 

Source
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 TEST at compile-time and replaces true with break and false with continue.