FjjDessoyCaraballo / minishell

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

fix: err_pipes fixed to work without tokens; #34

Closed FjjDessoyCaraballo closed 3 months ago

FjjDessoyCaraballo commented 3 months ago

FIX: added function in sniff_line() named tokens_parsing(). This function makes a general check using another function called incorrect_syntax() that takes the tokens and a token type to check. For more information, check the commits and closed issue #19