This commit is contained in:
yhirose 2023-07-14 21:38:38 -04:00
parent abac8288f3
commit 6c1089bda6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -3325,7 +3325,7 @@ private:
g["NegatedClass"], g["ClassI"], g["Class"], g["DOT"]);
g["Identifier"] <= seq(g["IdentCont"], g["Spacing"]);
g["IdentCont"] <= seq(g["IdentStart"], zom(g["IdentRest"]));
g["IdentCont"] <= tok(seq(g["IdentStart"], zom(g["IdentRest"])));
const static std::vector<std::pair<char32_t, char32_t>> range = {
{0x0080, 0xFFFF}};