sometimes the tokenizer includes tokens with the new line ASCII char and since the parser is reading from CLI output it will not properly count the token because it crosses to multiple lines.
I have a monkey patch fix for this already, I just need to bring it into the project.
sometimes the tokenizer includes tokens with the new line ASCII char and since the parser is reading from CLI output it will not properly count the token because it crosses to multiple lines.
I have a monkey patch fix for this already, I just need to bring it into the project.