Additions for non-correcting error recovery
This commit is contained in:
@@ -30,7 +30,8 @@ statement :
|
||||
ActualParameters?
|
||||
|
|
||||
[ BECOMES
|
||||
| '=' { error("':=' expected instead of '='");
|
||||
| %erroneous
|
||||
'=' { error("':=' expected instead of '='");
|
||||
DOT = BECOMES;
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user