A shell posix implemented using zig, for learning purposes.
Based on Korn shell
see TODO for a list of planned fixes/improvements
- binary operations (&& ||)
- simple command (pipeline with 1 command)
- execution with environment variables
- word expansion (already parses word parameter, word command, word list, word string)
- job control (creation of jobs, async job)
- cd (needs support to CDPATH)
- pwd
- builtin
- true, false
- exit (needs deinitialize resources and jobs)