We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unescapeInitTail is only called for String, not for `Char:
unescapeInitTail
String
bnfc/source/src/BNFC/Backend/OCaml/CFtoOCamlLex.hs
Lines 195 to 200 in b1ecdb7
The text was updated successfully, but these errors were encountered:
Fix #452: Ocaml: lex escape sequences in Char
571c907
18fdec1
andreasabel
No branches or pull requests
unescapeInitTail
is only called forString
, not for `Char:bnfc/source/src/BNFC/Backend/OCaml/CFtoOCamlLex.hs
Lines 195 to 200 in b1ecdb7
This causes e.g. a tab character to be lexed as backslash.
The text was updated successfully, but these errors were encountered: