You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: