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

Rule named E_to_ee causes segmentation error. #3

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

Rule named E_to_ee causes segmentation error. #3

GoogleCodeExporter opened this issue May 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
define Etoee e -> é || _ "^" [ \0 ] ;
...
define Grammar Lexicon           .o. 
               HarmRule          .o. 
               E_to_ee             .o. 
               Cleanup;

Causes a segmentation error.
Changing name E_to_ee to Etoee solves the problem.

Would not an error message be more elegant, it the name is not liked?

Original issue reported on code.google.com by eleonor...@gmx.net on 28 Dec 2011 at 11:32

@GoogleCodeExporter
Copy link
Author

define E_to_ee e -> é || _ "^" [ \0 ] ;
(correction)

Original comment by eleonor...@gmx.net on 28 Dec 2011 at 12:03

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