All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sam.samlang.0.0.4.source-code.PLLexerPart.tokens Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
CLASS=1
UTIL=2
VAL=3
FUNCTION=4
METHOD=5
AS=6
PRIVATE=7
PROTECTED=8
PUBLIC=9
IF=10
THEN=11
ELSE=12
MATCH=13
PANIC=14
INT=15
STRING=16
BOOL=17
UNIT=18
TRUE=19
FALSE=20
THIS=21
WILDCARD=22
SELF=23
IMPORT=24
EXPORT=25
CONST=26
LPAREN=27
RPAREN=28
LBRACE=29
RBRACE=30
LBRACKET=31
RBRACKET=32
SEMICOLON=33
COLON=34
COMMA=35
DOT=36
BAR=37
COLONCOLON=38
ARROW=39
ASSIGN=40
NOT=41
MUL=42
DIV=43
MOD=44
PLUS=45
MINUS=46
STRUCT_EQ=47
LT=48
LE=49
GT=50
GE=51
STRUCT_NE=52
AND=53
OR=54
SPREAD=55
LowerId=56
UpperId=57
IntLiteral=58
StrLiteral=59
HexLiteral=60
DecimalLiteral=61
OctalLiteral=62
COMMENT=63
WS=64
LINE_COMMENT=65
'class'=1
'util'=2
'val'=3
'function'=4
'method'=5
'as'=6
'private'=7
'protected'=8
'public'=9
'if'=10
'then'=11
'else'=12
'match'=13
'panic'=14
'int'=15
'string'=16
'bool'=17
'unit'=18
'true'=19
'false'=20
'this'=21
'_'=22
'self'=23
'import'=24
'export'=25
'const'=26
'('=27
')'=28
'{'=29
'}'=30
'['=31
']'=32
';'=33
':'=34
','=35
'.'=36
'|'=37
'::'=38
'->'=39
'='=40
'!'=41
'*'=42
'/'=43
'%'=44
'+'=45
'-'=46
'=='=47
'<'=48
'<='=49
'>'=50
'>='=51
'!='=52
'&&'=53
'||'=54
'...'=55




© 2015 - 2024 Weber Informatics LLC | Privacy Policy