mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 23:38:40 +08:00
785 B
785 B
Missing POSIX Functionality
References
Shell Command Language features known to be missing from phoenix
- 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
How to Contribute
- 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.