[11 - Antlr Parser] Fix TestAntlrXParser1 halfway

This commit is contained in:
2020-06-03 14:39:54 +02:00
parent 2e62631386
commit 8a640d5174
34 changed files with 1337 additions and 1735 deletions

View File

@@ -1,4 +1,3 @@
T__20=20
T__21=21
T__22=22
T__23=23
@@ -24,8 +23,9 @@ T__42=42
T__43=43
T__44=44
T__45=45
T__46=46
DECL=4
DECLIST=5
DECLLIST=5
DIGIT=6
ESCAPE=7
EXPR=8
@@ -39,30 +39,31 @@ STAT=15
STATLIST=16
STRINGCONST=17
TYPE=18
WS=19
'('=20
')'=21
'*'=22
'+'=23
'-'=24
'.'=25
'/'=26
':'=27
':='=28
';'=29
'<'=30
'='=31
'>'=32
'begin'=33
'else'=34
'end'=35
'float'=36
'for'=37
'if'=38
'int'=39
'print'=40
'program'=41
'read'=42
'string'=43
'then'=44
'while'=45
UMINUS=19
WS=20
'('=21
')'=22
'*'=23
'+'=24
'-'=25
'.'=26
'/'=27
':'=28
':='=29
';'=30
'<'=31
'='=32
'>'=33
'begin'=34
'else'=35
'end'=36
'float'=37
'for'=38
'if'=39
'int'=40
'print'=41
'program'=42
'read'=43
'string'=44
'then'=45
'while'=46