h4dh4d1y4551n3 / minishell

Beautiful as a shell, dreadful as hell.
0 stars 0 forks source link

Implement a custom `strtok` like function for the lexer #1

Open h4dh4d1y4551n3 opened 3 weeks ago

h4dh4d1y4551n3 commented 3 weeks ago

Implement a custom non destructive strtok like function with in place tokenization on the input string for the lexer.

WeismannS commented 3 weeks ago

Will take care of this one

h4dh4d1y4551n3 commented 3 weeks ago

@WeismannS Please ensure that issues are not closed before they have been reviewed. If a task is completed, move it to the review stage. It's important that any issues handled by either of us are reviewed by the other to maintain a comprehensive understanding of the whole project.