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

Implement proper error reporting for the parser #6

Open
iduartgomez opened this issue Feb 28, 2017 · 1 comment
Open

Implement proper error reporting for the parser #6

iduartgomez opened this issue Feb 28, 2017 · 1 comment
Milestone

Comments

@iduartgomez
Copy link
Owner

right now the error handling is barebones, need to implement analyzer and proper informative error printing and reporting

@iduartgomez iduartgomez modified the milestone: 0.1 Release Candidate Mar 20, 2017
@iduartgomez iduartgomez modified the milestones: 1.0 RC, 0.1.0 RC Mar 29, 2017
@iduartgomez iduartgomez changed the title implement proper error reporting for the parser Implement proper error reporting for the parser May 18, 2017
@iduartgomez
Copy link
Owner Author

To properly do this during the semantic analysis the AST should be annotated with span tags and also tagging during the parsing phase with nom for syntactic error reporting. Also swapping to thiserror for error handling for nice ergonomics.

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

No branches or pull requests

1 participant