Files
bfc/lib/generated/bfLexer.tokens

22 lines
161 B
Plaintext

NEWLINE=1
COMMENT=2
WS=3
LOOPSTART=4
LOOPEND=5
NUMBER=6
INPUT=7
OUTPUT=8
DEC=9
INC=10
LEFT=11
RIGHT=12
'\n'=1
'['=4
']'=5
'?'=7
'.'=8
'-'=9
'+'=10
'>'=11
'<'=12