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
fragment ID_NAME : ('a'..'z'|'A'..'Z'|'α'..'ω'|'Α'..'Ω'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'α'..'ω'|'Α'..'Ω'|'_'|'.')* ;
I get multi-character literals are not allowed in lexer sets: '??' when compiling fastr 1.0.0-rc15. I fixed it with a sed operation where I delete "'α'..'ω'|'Α'..'Ω'|". I don't have the exact line:column anymore after my fix, but it was pointing at these greek letters.