Files
bfc/lib/generated/bfLexer.tokens

22 lines
161 B
Plaintext
Raw Normal View History

2020-09-29 23:30:58 +05:30
NEWLINE=1
COMMENT=2
2020-09-30 00:50:00 +05:30
WS=3
LOOPSTART=4
LOOPEND=5
NUMBER=6
INPUT=7
OUTPUT=8
DEC=9
INC=10
LEFT=11
RIGHT=12
2020-09-29 23:30:58 +05:30
'\n'=1
2020-09-30 00:50:00 +05:30
'['=4
']'=5
'?'=7
'.'=8
'-'=9
'+'=10
'>'=11
'<'=12