lachgarlahcen/21sh_1337
On to more serious things! With 21sh, you will write an implementation close to the loop “read, eval, print” of a shell. With the help of the Termcaps library, you will add a functional command line useful for the “read” part of your shell. Cursor movement, editing, history, multi-lines, etc. Especially for the eval part, forget the ft_split function that you used in your Minishell to cut the command line entered by the user! 21Sh will be your first real interpreter. As such, this project will let you discover lexical, syntax and semantic analysis common to interpreters and compilers. With adapted data structure and processing, adding pipe (“|”) and redirect (“<”, “<<, “>>”, “>”) support will be easy!
C
Stargazers
No one’s star this repository yet.