Related articles |
---|
General problem mapping objects to data and vice versa tabbydan@myway.com (2003-02-06) |
Re: General problem mapping objects to data and vice versa bobduff@shell01.TheWorld.com (Robert A Duff) (2003-02-11) |
Re: General problem mapping objects to data and vice versa peter@javamonkey.com (Peter Seibel) (2003-02-11) |
Re: General problem mapping objects to data and vice versa jstracke@centive.com (John Stracke) (2003-03-09) |
Re: General problem mapping objects to data and vice versa peter@javamonkey.com (Peter Seibel) (2003-03-14) |
From: | Robert A Duff <bobduff@shell01.TheWorld.com> |
Newsgroups: | comp.compilers |
Date: | 11 Feb 2003 01:55:32 -0500 |
Organization: | The World Public Access UNIX, Brookline, MA |
References: | 03-02-034 |
Keywords: | tools |
Posted-Date: | 11 Feb 2003 01:55:31 EST |
tabbydan@myway.com (tabbydan) writes:
> Also, what is the feeling about general language compilers? Is there
> a push these days to make compilers multifunctional, so that (in
> addition to compiling a program for language x) one can have an API to
> the compiler code and ask it details about the code? ...
For Ada, there's a thing called ASIS (Ada Semantic Interface
Specification, or something like that), which does what you're asking
for. It gives a compiler-independent way of querying the compiler's
symbol table data structures.
- Bob
Return to the
comp.compilers page.
Search the
comp.compilers archives again.