Closed taandreo closed 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.
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.
Tokenizer now needs the implementation of parenthesis
()
for priority and wildcards*