- Clone the repository
- Open the terminal
cd zig-shell- Compile the code and run it
zig build runThis will generate the parser files
- src/parser/parser.c from bison
- src/parser/parser.h from bison
- src/parser/scanner.c from flex
and compile and execute the shell.