42 Vienna assignment: reproduce a subset of the functionalities of a shell
A team project developed in collaboration with:
Vesta Manuyko
Git 42 guide
Quick overview of the minishell
https://42-cursus.gitbook.io/guide/3-rank-03/minishell
Abstract syntax tree (AST)
A method to parse content based on lexical tokens:
https://en.wikipedia.org/wiki/Abstract_syntax_tree.
Bash Manual
https://www.gnu.org/savannah-checkouts/gnu/bash/manual/