Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!ucbvax!harvard.harvard.edu!macrakis
From: macrakis@HARVARD.HARVARD.EDU (Stavros Macrakis)
Newsgroups: net.lang.ada
Subject: Re:  A payoff from using (reusing) repository software
Message-ID: <8509261619.AA14657@UCB-VAX.ARPA>
Date: Thu, 26-Sep-85 11:30:57 EDT
Article-I.D.: UCB-VAX.8509261619.AA14657
Posted: Thu Sep 26 11:30:57 1985
Date-Received: Sat, 28-Sep-85 06:17:45 EDT
Sender: daemon@ucbvax.ARPA
Organization: The ARPA Internet
Lines: 10

I wonder why you had to build a syntax analyzer at all.  Does your
compiler not give you access to the parsed form?

I ought to note that I consult for Intermetrics, whose Ada compiler
family does give you full access to syntax tree and semantic information
in standard form (Diana).  All their tools work off the parsed form, so
there is no need either to duplicate the parser nor to reparse the same
text.

	-s