You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First step in the creation of a shell. this project is a mini-shell capable of reading and evaluating simple user commands.
with trivial lexical analysis and parsing of the command.
About
this project is a mini-shell capable of reading and evaluating simple user commands. trivial lexical analysis and parsing of the command. searching for the corresponding binary on the machine and execute it, or execute the relevant code in the case of a built-in command in the shell.