You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2025. It is now read-only.
I'm trying to have my language case insensitive.
I'm doing this :
"else" is recognized as an ELSE token, but "ELSE" is still recognized as an "ID".
Am i doing it wrong ?
i also tried with " Lexer.reflags = Lexer.regex_module.RegexFlag.IGNORECASE"