Enum TokenType

enum TokenType : ushort { ... }

Enum members

NameDescription
close )
colon : operator
comma , operator
comment comment
curlyClose }
curlyOpen {
divide / operator
dot . operator
eof end of file
eol end of line
error error
floating floating point literal
ident ident
integer integer literal
minus - operator
open (
plus + operator
semicolon ; operator
squareClose ]
squareOpen [
str string literal
whitespace whitespace