Haliris / minishell

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

Lexing str refactor #106

Closed BenjaminHThomas closed 1 month ago

BenjaminHThomas commented 1 month ago

Now splits word / quote without concatenating (will have to introduce this again at a later stage) No longer expands variables within single quotes. No longer redundant expansions within builtins.

And general cleanup, moving functions from tk_retrieve into utils and renaming path function to var function.