Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Left repalce epenthesis rule don't work #42

Open
GoogleCodeExporter opened this issue May 14, 2015 · 1 comment
Open

Left repalce epenthesis rule don't work #42

GoogleCodeExporter opened this issue May 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 senka.dr...@gmail.com on 21 Dec 2012 at 1:49

@GoogleCodeExporter
Copy link
Author

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 comment by mans.hul...@gmail.com on 22 Dec 2012 at 6:51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant