Error Handling References

arie@cwi.nl
Wed, 2 Oct 1991 13:43:27 +0100

          From comp.compilers

Related articles
Error Handling References arie@cwi.nl (1991-10-02)
| List of all articles for this month |

Newsgroups: comp.compilers
From: arie@cwi.nl
Keywords: errors, question
Organization: Compilers Central
Date: Wed, 2 Oct 1991 13:43:27 +0100

Hello,


I am interested in recent articles on general error handling in compilers.


I'm aware of the survey article of Horning, 1976, ``What the compiler
should tell the user'', but there may be some more recent stuff as well.


I'm interested in all kinds of error handling in all phases of the
compiler. So user errors ("Undeclared variable ``Aap''") as well as
internal compiler errors ("Stack overflow"), and not only restricted to
the parsing phase or type checking phase, but also during execution of the
target program ("Out of range ...")


Questions I'd like to be addressed are "What are good error messages?"
"What makes error messages good error messages?" "Is a message only
enough, or do we need more (explanation, error sources, hints, etc.)?"
"What should we do after having found an error?" "How can we avoid that
the error handling code messes up all the other code of the compiler?"


I'd be very happy with any response; Thanks in advance.
I'll post a summary.


    Bye,
        Arie


CWI, P.O. Box 4079
1009 AB Amsterdam
The Netherlands Arie van Deursen (arie@cwi.nl)
Tel. 31 20 5924007
--


Post a followup to this message

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