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
What steps will reproduce the problem?
regex a <- [. .] ;
What is the expected output? What do you see instead?
I am getting this error:
1.11-1.11: error: ***syntax error at ';'.
What version of the product are you using? On what operating system?
Foma, version 0.9.16alpha, Ubuntu
Original issue reported on code.google.com by [email protected] on 21 Dec 2012 at 1:49
The text was updated successfully, but these errors were encountered:
This behavior is not implemented. For non-parallel rules, you can use the
equivalence:
[ [..] -> B || C _ D ].i = B <- [..] || C _ D ;
and, of course, in the simpler case without contexts:
[ [..] -> B ].i = B <- [..]
Original issue reported on code.google.com by
[email protected]
on 21 Dec 2012 at 1:49The text was updated successfully, but these errors were encountered: