We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07103ef + 41f5b77 commit 2e18159Copy full SHA for 2e18159
lexer.cpp
@@ -978,7 +978,7 @@ YY_RULE_SETUP
978
#line 87 "lexer.lpp"
979
{
980
int ch;
981
- sscanf(yytext + 1, "%x", &ch);
+ sscanf(yytext + 2, "%x", &ch);
982
yyextra->str.push_back(ch);
983
}
984
YY_BREAK
lexer.lpp
@@ -86,7 +86,7 @@ notnewline [^\n\r]
86
87
\\u[0-9A-Fa-f]{4} {
88
89
90
91
92
0 commit comments