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 infinitely recurring parsing errors #53

Open
raustin9 opened this issue Aug 9, 2023 · 0 comments
Open

Fix infinitely recurring parsing errors #53

raustin9 opened this issue Aug 9, 2023 · 0 comments
Assignees
Labels
bug Something isn't working recursive descent parser portains to the RDP

Comments

@raustin9
Copy link
Owner

raustin9 commented Aug 9, 2023

There are some errors that occur when parsing that cause the parser to loop infinitely and not progress. This happens because it does not advance to the next token.

To fix this, when we reach one of these, figure out what the error likely is that the user could have made and try to account for it.
If it cannot be accounted for, then just increment to the next token and try again.

@raustin9 raustin9 added the bug Something isn't working label Aug 9, 2023
@raustin9 raustin9 self-assigned this Aug 9, 2023
@raustin9 raustin9 added the recursive descent parser portains to the RDP label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working recursive descent parser portains to the RDP
Projects
None yet
Development

No branches or pull requests

1 participant