Bug fix. Error recovery did not always work as expected. The generated
authorceriel <none@none>
Wed, 29 Oct 1986 11:16:55 +0000 (11:16 +0000)
committerceriel <none@none>
Wed, 29 Oct 1986 11:16:55 +0000 (11:16 +0000)
commitde5ac65dd6ce6e0baf7e7943fff2406dce03f335
tree8440fce42133022a1516901d3cc57eadabced15b
parent200034075d618ce379343085e5420a44deda5c17
Bug fix. Error recovery did not always work as expected. The generated
parser sometimes assumed that a token would not be deleted, and inserted
tokens in front of it, and then deleted the token after all. It should
at each error, first delete, and then insert.
util/LLgen/src/compute.c