Some TokenType names
I'm currently using Lexer for some things and I noticed some of the token types have different names than I would expect which kind of confused me (and my autocompleter)
-
LESS_SIGN-> maybe ok, but prob should beLESS_THAN -
MORE_SIGN->GREATER_THAN(at leastGREATER) -
MORE_OR_EQUAL_OPERATOR-> dtto -
DOLAR_SIGN-> typoDOLLAR -
STAR_SIGN->ASTERISK -
TYLDE_SIGN-> typoTILDE -
EXCLAMATION_SIGN-> probably ok but it isEXCLAMATION_MARK