Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tokenizer not parsing \n properly #3

Open
crimson-knight opened this issue Jul 23, 2024 · 1 comment
Open

Fix tokenizer not parsing \n properly #3

crimson-knight opened this issue Jul 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@crimson-knight
Copy link
Owner

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.

@crimson-knight crimson-knight added the bug Something isn't working label Jul 23, 2024
@crimson-knight
Copy link
Owner Author

This is currently fixed on main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant