taandreo / minishell

Minihell from 42. Everything is gonna be fine.
2 stars 1 forks source link

Tokenizer #7

Closed taandreo closed 1 year ago

edu-bm7 commented 1 year ago

Tokenizer now needs the implementation of parenthesis () for priority and wildcards *

edu-bm7 commented 1 year ago

In order to keep our workflow compatible with TDD, I'll first test the functionality of strings and quotes tokenization, then implement the parenthesis and wildcards functionality.

edu-bm7 commented 1 year ago

Tokenizer now has everything done. Just a minor bug with the TOKEN_EXIT_CODE $? tokenization, but it'll be solved tomorrow. Now we need to write a lot of tests to ensure the correctness of our code.

edu-bm7 commented 1 year ago

Tokenizer is now fully working, perfectly fine and consistently 7153906