Closed taandreo closed 1 year ago
Need to make a new token for parenthesis()
so the parser know when to prioritize &&
and ||
instead of pipelines |
.
The part of tokenization of both AND, OR and ()
are done. Now its all about the parser
The parser is correctly handling ()&&||
Bonus part