Files
klang/src/main/antlr4/de/hsrm/compiler/Klang/.antlr/KlangLexer.tokens
2019-10-29 10:30:18 +01:00

25 lines
179 B
Plaintext

PRINT=1
IF=2
THEN=3
ELSE=4
SCOL=5
OBRK=6
CBRK=7
MULT=8
ADD=9
SUB=10
MOD=11
INTEGER_LITERAL=12
WS=13
'print'=1
'if'=2
'then'=3
'else'=4
';'=5
'{'=6
'}'=7
'*'=8
'+'=9
'-'=10
'%'=11