Files
bfc/lib/generated/bfeLexer.tokens
2021-04-04 18:24:11 +05:30

29 lines
225 B
Plaintext

NEWLINE=1
COMMENT=2
ML_COMMENT=3
WS=4
DEF=5
LOOPSTART=6
LOOPEND=7
GRPSTART=8
GRPEND=9
NUMBER=10
INPUT=11
OUTPUT=12
DEC=13
INC=14
LEFT=15
RIGHT=16
'\n'=1
'#'=5
'['=6
']'=7
'('=8
')'=9
','=11
'.'=12
'-'=13
'+'=14
'<'=15
'>'=16