Skip to content

A mini-shell that reads and evaluates simple commands. Parsing involves a trivial lexical and syntactical analysis of the command, evaluation involves finding the corresponding binary on the machine and executing it, or executing the concerned code in the case of "built-in" commands to the shell

Notifications You must be signed in to change notification settings

samuelkarani/42-minishell

About

A mini-shell that reads and evaluates simple commands. Parsing involves a trivial lexical and syntactical analysis of the command, evaluation involves finding the corresponding binary on the machine and executing it, or executing the concerned code in the case of "built-in" commands to the shell

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages