Haliris / minishell

Minishell repo by bthomas and jteissie
2 stars 1 forks source link

lexing improved with strings #70

Closed BenjaminHThomas closed 3 months ago

BenjaminHThomas commented 3 months ago

now expands variables within strings, and prevents crashes from null paths.

Haliris commented 3 months ago

Congrats on your first pR!