Irsh
Description
Bash like interpreter and maybe compiler?
Objectives
- parse bash variables with scoping and defaults
- parse bash functions via
function
- support invocation of external commands
- implement a subset of basic bash functionalities
- support stdout/err redirections