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
I think the documentation about precedence of the various regexp operators is missing. For instance, does Star r1, r2 parse as Star (r1, r2) or (Star r1), r2?
The text was updated successfully, but these errors were encountered:
Probably worth documenting anyway. I've had this same question. At the very least, that one two sentence reply (i.e. "The concrete syntax is the one of OCaml patterns...) would have saved me a few minutes.
I think the documentation about precedence of the various regexp operators is missing. For instance, does
Star r1, r2
parse asStar (r1, r2)
or(Star r1), r2
?The text was updated successfully, but these errors were encountered: