Skip to content
Snippets Groups Projects
Commit 160bf3d7 authored by pycsham's avatar pycsham
Browse files

fixed CFG for parse errors in A2 tests

parent 47288fe3
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ COMMA
PERIOD
COMPID
IMPORTALL
92
93
start
packageDcl
importDcls
......@@ -97,6 +97,7 @@ interfaceMod
interfaceMod2
interfaceTypelist
names
ids
name
params
param
......@@ -156,7 +157,7 @@ postfixExpr
primaryNoArrayAccess
arrayID
start
202
205
start BOF packageDcl importDcls topDcls EOF
packageDcl PACKAGE name SEMICO
packageDcl PACKAGE ID SEMICO
......@@ -220,8 +221,11 @@ interfaceMod
interfaceMod2 ABSTRACT
interfaceMod2
interfaceTypelist name names
interfaceTypelist ID ids
names COMMA name names
names
ids
ids COMMA ID ids
name COMPID
name IMPORTALL
params param
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment