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

Detect loops due to non-consuming transitions #190

Open
srhickma opened this issue Jul 28, 2019 · 0 comments
Open

Detect loops due to non-consuming transitions #190

srhickma opened this issue Jul 28, 2019 · 0 comments
Labels
difficulty/medium This is a moderately difficult issue enhancement New feature or request

Comments

@srhickma
Copy link
Owner

Investigate if we can detect infinite scanning loops due to incorrect use of non-consuming transitions. These can either be detected during specification parsing (static analysis) or while lexing (run-time analysis). If a loop is detected, an error should be emitted.

@srhickma srhickma added enhancement New feature or request difficulty/medium This is a moderately difficult issue labels Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/medium This is a moderately difficult issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant