- Parameter expansion
This is support for
$variables
, and this is highest priority. - Compound commands
This is
if
,case
,while
,for
, etc - Arithmetic expansion
- Alias substitution
- Check the README.md file for contributor guidelines.
- Additional features will require updates to
the parser.
Right now there are repeated concerns between
buildParserFirstHalf
andbuildParserSecondHalf
which need to be factored out.