To use a named definition, it ust be enclosed in {}
. So your Letters
rule should be
Letters {LowerCase}|{UpperCase}|[_]
... as it is, it matches the literal inputs LowerCase
and UpperCase
. Similarly in your rules, you want
{Operators} ...
{Id} ...
as what you have will match the literal input strings Operators
and Id
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…