GrLexemeType

Kinds of valid token.

Values

ValueMeaning
leftBracket
rightBracket
leftParenthesis
rightParenthesis
leftCurlyBrace
rightCurlyBrace
period
semicolon
colon
doubleColon
comma
at
pointer
as
try_
catch_
raise_
defer
assign
addAssign
substractAssign
multiplyAssign
divideAssign
concatenateAssign
remainderAssign
powerAssign
plus
minus
add
substract
multiply
divide
concatenate
remainder
power
equal
doubleEqual
threeWayComparison
notEqual
greaterOrEqual
greater
lesserOrEqual
lesser
leftShift
rightShift
and
or
xor
not
increment
decrement
identifier
integer
float_
boolean
string_
null_
public_
main_
type_
event_
class_
enum_
template_
new_
copy
send
receive
intType
floatType
boolType
stringType
arrayType
chanType
functionType
taskType
autoType
if_
unless
else_
switch_
select
case_
while_
do_
until
for_
loop
return_
self
kill
killAll
yield
break_
continue_

Meta