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

[feature] request unreachable and Infinite recursion detected. #8

Closed
acekingke opened this issue Nov 13, 2022 · 0 comments
Closed

[feature] request unreachable and Infinite recursion detected. #8

acekingke opened this issue Nov 13, 2022 · 0 comments
Assignees

Comments

@acekingke
Copy link
Owner

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

S -> A 
 A -> A a 

this grammar is Infinite recursion , should report error.
S -> A
...
B -> $\epsilon$
B is never occur in the right part, should report unreachable.
Describe alternatives you've considered

Explain any additional use-cases

If there are any use-cases that would help us understand the use/need/value please share them as they can help us decide on acceptance and prioritization.

Additional context

Add any other context or screenshots about the feature request here.

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