#bash #interpreter #subset #compiler

app irsh

Bash interpreter/compiler. Will not support all the functionalities.

1 unstable release

0.0.0 Mar 13, 2023

#62 in #subset

MIT license

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

No runtime deps