FjjDessoyCaraballo / minishell

This project aims to replicate bash shell
1 stars 3 forks source link

quotes and pipes #29

Closed Torutu closed 3 months ago

Torutu commented 3 months ago

parsing pipes and quotes better

also I don't have the version where I can echo $? to see how my return goes, I never touched how my return goes when I fail parsing. so I need to update my repo with your recent works as I can see you added about 400 lines or something :3

image

next will make it only show one error message by stopping once it finds the first mistake