Files
bfc/lib/generated/bfLexer.tokens

17 lines
123 B
Plaintext
Raw Normal View History

2020-09-29 23:30:58 +05:30
NEWLINE=1
COMMENT=2
INPUT=3
OUTPUT=4
DEC=5
INC=6
LEFT=7
RIGHT=8
'\n'=1
'\\\\.*?\\\\'=2
'?'=3
'.'=4
'-'=5
'+'=6
'>'=7
'<'=8