-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unable to accept the literal '\\' #40
Comments
The same happen in |
Also an empty literal/regex should be an error instead of program termination by an assert, see possible fix bellow.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing a grammar for https://github.com/potassco/clingo/blob/master/libgringo/src/input/nongroundgrammar.yy I found that
lalr
do not handle the literal'\\'
see example and possible fix bellow:Error:
Possible fix:
The text was updated successfully, but these errors were encountered: