Add new comments and lines
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
NEWLINE=1
|
||||
COMMENT=2
|
||||
INPUT=3
|
||||
OUTPUT=4
|
||||
DEC=5
|
||||
INC=6
|
||||
LEFT=7
|
||||
RIGHT=8
|
||||
WS=3
|
||||
LOOPSTART=4
|
||||
LOOPEND=5
|
||||
NUMBER=6
|
||||
INPUT=7
|
||||
OUTPUT=8
|
||||
DEC=9
|
||||
INC=10
|
||||
LEFT=11
|
||||
RIGHT=12
|
||||
'\n'=1
|
||||
'\\\\.*?\\\\'=2
|
||||
'?'=3
|
||||
'.'=4
|
||||
'-'=5
|
||||
'+'=6
|
||||
'>'=7
|
||||
'<'=8
|
||||
'['=4
|
||||
']'=5
|
||||
'?'=7
|
||||
'.'=8
|
||||
'-'=9
|
||||
'+'=10
|
||||
'>'=11
|
||||
'<'=12
|
||||
|
Reference in New Issue
Block a user