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
Would then mean iteration over either a and/or b, but attempt to match a first. This is especially useful when dealing with specialized instances of existing structures. Currently this is sometimes done:
sequence
(a b c)*
(a b d)*
When what was really intended was:
sequence
(a b c > d)*
Note: These two are not equivalent, but that's part of the problem.
The text was updated successfully, but these errors were encountered:
For example:
Would then mean iteration over either a and/or b, but attempt to match a first. This is especially useful when dealing with specialized instances of existing structures. Currently this is sometimes done:
When what was really intended was:
Note: These two are not equivalent, but that's part of the problem.
The text was updated successfully, but these errors were encountered: