Implementing a zsh shell from scratch in Odin.
AI has NOT been used to implement any piece of this code. AI has been used only to review the codebase. All implementation, architecture, design, debugging, etc... has been done by a human.
- Builtin commands:
echo,type,pwd,cd,exit - Running external programs via
PATHlookup - Output redirection (
>,>>,2>,2>>) - Tab completion for commands and file paths
- Quote handling (single and double) with escape sequences