Additions for non-correcting error recovery

This commit is contained in:
ceriel
1997-02-21 17:11:04 +00:00
parent 8ea5d257c4
commit 99ac23b4b4
11 changed files with 50 additions and 11 deletions

View File

@@ -43,7 +43,8 @@ statement(register t_node **pnd;)
ActualParameters(&(nd->nd_RIGHT))?
|
[ BECOMES
| '=' { error("':=' expected instead of '='");
| %erroneous '='
{ error("':=' expected instead of '='");
DOT = BECOMES;
}
]