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

/usr/bin/m4 stdin:1359:error: end of file in string when flex Simpl_lexical is done and generates incomplete lex.yy.c #1

Open
abhi4578 opened this issue Sep 13, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@abhi4578
Copy link
Owner

This issue arises in flex version 2.6.4. It doesn't arise in the previous versions of flex i.e 2.6.0 ,2.6.1,2.6.2, 2.6.3.

@abhi4578 abhi4578 changed the title /usr/bin/m4 stdin:1359:error: end of file in string when flex Simpl_lexical is done and gnerates incomplete lex.yy.c /usr/bin/m4 stdin:1359:error: end of file in string when flex Simpl_lexical is done and generates incomplete lex.yy.c Sep 13, 2018
@abhi4578 abhi4578 added the bug Something isn't working label Sep 13, 2018
@abhi4578
Copy link
Owner Author

It doesn't ignore the comment,it tries to match double and single quotes even inside a comment.So the bug is in line 52 of Simple_lexical.l :
// ",'-not between string
removing the line solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant