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
We need to create a DFA that considers the prioritized transitions from the new NFA produced by the lazy quantifiers.
This can probably be done by matching NFA states in a DFA state as an ordered list, not as a set. The ordered list of NFA states must be produced by simulating the NFA with a low and a normal stack. See the nes1983 code in the alternate-implementations branch.
The text was updated successfully, but these errors were encountered:
We need to create a DFA that considers the prioritized transitions from the new NFA produced by the lazy quantifiers.
This can probably be done by matching NFA states in a DFA state as an ordered list, not as a set. The ordered list of NFA states must be produced by simulating the NFA with a low and a normal stack. See the nes1983 code in the
alternate-implementations
branch.The text was updated successfully, but these errors were encountered: