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

LL/LR DFAs/NFAs #155

Open
Berkmann18 opened this issue Apr 21, 2018 · 0 comments
Open

LL/LR DFAs/NFAs #155

Berkmann18 opened this issue Apr 21, 2018 · 0 comments

Comments

@Berkmann18
Copy link

So far I managed to get it generate the dot code for a simple NFA (in LL(0) say) but the problem is that there's no way to specify accepting states (using the "terminal" field doesn't to help). Usually that is done by changing the shape of a node (in dot/graphviz) to "doublecircle".

Also, I don't know if this library was intended to cover that, but it seems impossible to model LR state machines (so square nodes for terminals, circles for LR items and double circles for accepting states).

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