Developed a Shell interpreter from scratch which combines behavior from common shells including bash and csh.
-
Updated
Nov 13, 2020 - C++
Developed a Shell interpreter from scratch which combines behavior from common shells including bash and csh.
Shell simulation
This is a solution for the simple shell project on ALX
This repository contains the parsing module for a custom Minishell implementation in C. The parser processes user input, tokenizes commands, handles operators (pipes, redirections, etc.), and structures the data for execution. Designed to be efficient and modular, this parser serves as the foundation for command execution in a shell environment.
Add a description, image, and links to the shell-interpreter topic page so that developers can more easily learn about it.
To associate your repository with the shell-interpreter topic, visit your repo's landing page and select "manage topics."