[add] generated text

This commit is contained in:
2021-04-04 18:24:11 +05:30
parent f11f844ef5
commit 88109924ed
14 changed files with 2014 additions and 0 deletions

28
lib/generated/bfe.tokens Normal file
View File

@@ -0,0 +1,28 @@
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
'\n'=1
'#'=5
'['=6
']'=7
'('=8
')'=9
','=11
'.'=12
'-'=13
'+'=14
'<'=15
'>'=16