1 unstable release
0.0.0 | Mar 13, 2023 |
---|
#65 in #subset
2KB
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