Related articles |
---|
handling exceptions m.w.m.pennings@twi.tudelft.nl (Maikel Pennings) (1999-10-27) |
Re: handling exceptions jjones@cs.uiuc.edu (1999-10-28) |
Re: handling exceptions chstapfer@bluewin.ch (Christian Stapfer) (1999-10-28) |
Re: handling exceptions andi@complang.tuwien.ac.at (1999-10-29) |
Re: handling exceptions Gautier.deMontmollin@maths.unine.ch (Gautier) (1999-10-29) |
Re: handling exceptions guerby@acm.org (Laurent Guerby) (1999-10-29) |
Re: handling exceptions mslamm@mscc.huji.ac.il (Ehud Lamm) (1999-10-31) |
From: | Ehud Lamm <mslamm@mscc.huji.ac.il> |
Newsgroups: | comp.compilers |
Date: | 31 Oct 1999 23:59:02 -0500 |
Organization: | Compilers Central |
References: | 99-10-127 |
Keywords: | Ada, code, errors |
On 27 Oct 1999, Maikel Pennings wrote:
|Does anyone know how a compiler (e.g. ada95 compiler) handles
|exceptions. I have to add exception handling to a compiler for a
|project, and I'm wondering how this is done in real compilers
|
I am not sure how much effort you really want to put into this, but if
you really want to know how it is done in a real compiler, this is
what I'd do. Get the GNAT Ada95 compiler (http://www.gnat.com
etc.). This is GPLed software, so you can get the source. The compiler
is part of the GCC family.
Interesting discussion about exception handling can be found here:
The Evolution of C++,Language Design in the Market Place of Ideas,
edited by Jim Waldo
Good luck.
Ehud Lamm mslamm@mscc.huji.ac.il
http://purl.oclc.org/NET/ehudlamm <== My home on the web
Return to the
comp.compilers page.
Search the
comp.compilers archives again.