Additions for non-correcting error recovery
This commit is contained in:
@@ -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;
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user