comp.lang.ada
 help / color / mirror / Atom feed
* Symbol table wanted
@ 1999-06-09  0:00 Thomas Rutström
  1999-06-09  0:00 ` dennison
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Rutström @ 1999-06-09  0:00 UTC (permalink / raw)


I need a symbol table(source code) for ada83 language written in C.It will
be used togheter with yacc. Is there anyone who knows where to find one?

  thx thomas  





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Symbol table wanted
  1999-06-09  0:00 Symbol table wanted Thomas Rutström
@ 1999-06-09  0:00 ` dennison
  1999-06-09  0:00   ` Tucker Taft
  0 siblings, 1 reply; 3+ messages in thread
From: dennison @ 1999-06-09  0:00 UTC (permalink / raw)


In article <Pine.GSO.3.95.990609103242.24279A-100000@bilbo.mdh.se>,
  =?iso-8859-1?Q?Thomas_Rutstr=F6m?= <dte96trm@idt.mdh.se> wrote:
> I need a symbol table(source code) for ada83 language written in C.It
will
> be used togheter with yacc. Is there anyone who knows where to find
one?

Do you mean a lex specification or a yacc grammar? I seem to remember
there being links to both at adahome http://www.adahome.com . Lots of
links there are stale, though.

--
T.E.D.


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Symbol table wanted
  1999-06-09  0:00 ` dennison
@ 1999-06-09  0:00   ` Tucker Taft
  0 siblings, 0 replies; 3+ messages in thread
From: Tucker Taft @ 1999-06-09  0:00 UTC (permalink / raw)


dennison@telepath.com wrote:
> 
> In article <Pine.GSO.3.95.990609103242.24279A-100000@bilbo.mdh.se>,
>   =?iso-8859-1?Q?Thomas_Rutstr=F6m?= <dte96trm@idt.mdh.se> wrote:
> > I need a symbol table(source code) for ada83 language written in C.It
> will
> > be used togheter with yacc. Is there anyone who knows where to find
> one?
> 
> Do you mean a lex specification or a yacc grammar? I seem to remember
> there being links to both at adahome http://www.adahome.com . Lots of
> links there are stale, though.

A YACC grammar and a LEX specification for Ada 95 are in the directory:

   http://www.adaic.org/standards/95lrm_rat/

As far as a "symbol table" -- the symbol table is a significant
part of any Ada compiler (or other tool) and is generally tailored
heavily to the rest of the compiler structure.  More practical
is to use an entire existing Ada front end, or to go the "ASIS" route,
which gives an API for accessing the symbol table information
created by the Ada compiler.

> T.E.D.
> 
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

-- 
-Tucker Taft   stt@averstar.com   http://www.averstar.com/~stt/
Technical Director, Distributed IT Solutions  (www.averstar.com/tools)
AverStar (formerly Intermetrics, Inc.)   Burlington, MA  USA




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-09  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-09  0:00 Symbol table wanted Thomas Rutström
1999-06-09  0:00 ` dennison
1999-06-09  0:00   ` Tucker Taft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox