Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 785 Bytes

missing-posix.md

File metadata and controls

23 lines (17 loc) · 785 Bytes

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 and buildParserSecondHalf which need to be factored out.