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

Add error detection in parser and parsing table. #26

Closed
3 tasks
noob77777 opened this issue May 3, 2021 · 0 comments · Fixed by #31
Closed
3 tasks

Add error detection in parser and parsing table. #26

noob77777 opened this issue May 3, 2021 · 0 comments · Fixed by #31
Assignees
Labels
enhancement New feature or request needs-immediate-attention Needs immediate review or changes to be done

Comments

@noob77777
Copy link
Collaborator

Feature Request

Summary

Add error detection in Parser and ParsingTable

Solution

We need to add more error statements in Parser class.
Add support in ParsingTable to detect grammar related errors like non ll(1) grammar.

Checklist

  • Add error statements in Parser class
  • Add error detection in ParsingTable class
  • Make sure incorrect grammar file or input file doesn't cause segmentation faults.
@noob77777 noob77777 added the enhancement New feature or request label May 3, 2021
@noob77777 noob77777 added the needs-immediate-attention Needs immediate review or changes to be done label May 3, 2021
@TheSYNcoder TheSYNcoder mentioned this issue May 5, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-immediate-attention Needs immediate review or changes to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants