add antlr
This commit is contained in:
14
lib/generated/bfLexer.tokens
Normal file
14
lib/generated/bfLexer.tokens
Normal file
@@ -0,0 +1,14 @@
|
||||
COMMENT=1
|
||||
INPUT=2
|
||||
OUTPUT=3
|
||||
DEC=4
|
||||
INC=5
|
||||
LEFT=6
|
||||
RIGHT=7
|
||||
'\\\\.*?\\\\'=1
|
||||
'?'=2
|
||||
'.'=3
|
||||
'-'=4
|
||||
'+'=5
|
||||
'>'=6
|
||||
'<'=7
|
Reference in New Issue
Block a user