enum class TokenType { Keyword, Assignment, Arithmetic, Comparison, Logical, Identifier, Constant, Punctuation, Bracket, Classifier, Empty, Skip }