[generated] update

This commit is contained in:
2021-04-13 11:25:48 +05:30
parent ae57a1bcf2
commit 4b7b386672
8 changed files with 138 additions and 152 deletions

View File

@@ -1,28 +1,29 @@
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
DEF=4
LOOPSTART=5
LOOPEND=6
GRPSTART=7
GRPEND=8
NUMBER=9
INPUT=10
OUTPUT=11
DEC=12
INC=13
LEFT=14
RIGHT=15
EVERYTHING_ELSE=16
WS=17
'\n'=1
'#'=5
'['=6
']'=7
'('=8
')'=9
','=11
'.'=12
'-'=13
'+'=14
'<'=15
'>'=16
'#'=4
'['=5
']'=6
'('=7
')'=8
','=10
'.'=11
'-'=12
'+'=13
'<'=14
'>'=15