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

[parser] add better error handling #9

Open
Meulengracht opened this issue May 5, 2021 · 1 comment
Open

[parser] add better error handling #9

Meulengracht opened this issue May 5, 2021 · 1 comment

Comments

@Meulengracht
Copy link
Owner

Proper error handling is missing from the parser, currently both the line number and line offset is wrong. And it only prints out that an unexpected token was encountered, not a more precise reason the parsing failed.

@Meulengracht
Copy link
Owner Author

The line number and line offset is now fixed. We still need a better reason for why the parsing fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant