Fixing typo in HEXDIGIT regex.
This commit is contained in:
parent
1ba0e79c01
commit
425dc1d9f4
|
@ -40,7 +40,7 @@ bool in(const char *sub, const std::string &str) {
|
||||||
%option yyclass="Scanner"
|
%option yyclass="Scanner"
|
||||||
|
|
||||||
DIGIT [0-9]
|
DIGIT [0-9]
|
||||||
HEXDIGIT [0-9a-zA-Z]
|
HEXDIGIT [0-9a-fA-F]
|
||||||
CHAR [a-zA-Z_]
|
CHAR [a-zA-Z_]
|
||||||
|
|
||||||
%x shift
|
%x shift
|
||||||
|
|
Reference in New Issue
Block a user