Re: Semantic error recovery

isckbk@leonis.nus.sg (Kiong Beng Kee)
Wed, 10 Nov 1993 05:07:34 GMT

          From comp.compilers

Related articles
Semantic error recovery whatis@gni.ai.mit.edu (1993-11-02)
Re: Semantic error recovery isckbk@leonis.nus.sg (1993-11-10)
Re: Semantic error recovery mauney@adm.csc.ncsu.edu (1993-11-10)
Re: Semantic error recovery wjw@eb.ele.tue.nl (1993-11-11)
Re: Semantic error recovery sasghm@unx.sas.com (1993-11-11)
Re: Semantic error recovery strohm@mksol.dseg.ti.com (1993-11-12)
Re: Semantic error recovery olsen@verdix.com (1993-11-12)
Re: Semantic error recovery enedervo@adobe.com (1993-11-12)
[10 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: isckbk@leonis.nus.sg (Kiong Beng Kee)
Keywords: errors, Pascal
Organization: National University of Singapore
References: 93-11-023
Date: Wed, 10 Nov 1993 05:07:34 GMT

Steve Boswell (whatis@gni.ai.mit.edu) wrote:
: Are there compilers that recover from semantic errors without a cascade of
: meaningless error messages? How do they do it?


A Model Implementation of Standard Pascal (Welsh) describes a scheme of
using dummy values in place of undeclared identifiers ..etc so that
such errors are merely reported once.


The simplier book "Structured Systems Programming" (same author) also
describes the technique. Actually, syntactic error recovery in this
book is also very neat.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.