mbraga-s/minishell

Lexer spacing works inside inverted commas

Closed this issue · 0 comments

Lexer also adds spaces before and after operators that are in between inverted commas: "ls|wc" > outfile becomes "ls | wc" > outfile.