Links for general Bash Info - Pyr-0/Minishell-42 GitHub Wiki

Minishell WIKI

  • A repo with really organized introduction to the project, nothing complex just breaking down the project into bullet points

https://github.com/jmartini89/42_minishell/wiki/BUILT-IN

Bash Glossary and User Manual

  • Here is pretty much all the info we need in terms of theory. (a must read in my opinion, not all but what the project requests mainly)

https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Definitions

Hands on Writing a simple Lexer and Parser

https://www.youtube.com/watch?v=Tfhm0yQ9P8Q https://www.youtube.com/watch?v=4HW3RAoWMpg

Parser Introduction

https://www.youtube.com/watch?v=bxpc9Pp5pZM https://www.youtube.com/watch?v=r6vNthpQtSI

A simple shell example

  • two quick made shells to illustrate the general ideas of what we must do :) (advanced but i like watching how others would do it)

https://www.youtube.com/watch?v=z4LEuxMGGs8 https://www.youtube.com/watch?v=k6TTj4C0LF0