home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.compilers:1552 comp.lang.c++:13703
- Path: sparky!uunet!gatech!rutgers!faatcrl!iecc!compilers-sender
- From: ipser@solomon.technet.sg (Ed Ipser)
- Newsgroups: comp.compilers,comp.lang.c++
- Subject: Have C++ Parser; Need Difficult C++ Examples
- Keywords: C++, parse,, comment
- Message-ID: <92-09-071@comp.compilers>
- Date: 14 Sep 92 07:37:04 GMT
- Sender: compilers-sender@iecc.cambridge.ma.us
- Reply-To: ipser@solomon.technet.sg (Ed Ipser)
- Organization: National University of Singapore
- Lines: 43
- Approved: compilers@iecc.cambridge.ma.us
-
- We have developed a C++ parser (abstract translator, actually) which is
- now in beta testing. We are looking for difficult C++ programs to test the
- parser. It already successfully handles all publishd ambiguities including
- several difficult examples posted to comp.compilers recently.
-
- Please email your most difficult C++ cases to:
- Arthur Sombrito of Xorian Technologies
- arthur@solomon.technet.sg
-
- Be sure to include a short description of why the case is supposed to be
- difficult.
-
- The LADE C++/AT (a.k.a. the Sombrito Grammar) provides complete semantic
- information on the processed C++ program including:
-
- o the class hierarchy;
-
- o class data and function member signatures; and
-
- o objects, types, and function signatures.
-
- The LADE C++/AT is built within the LADE Translator Generator framework
- using the abstract translator methodology which means that the LADE C++/AT
- may be utilized in any number of ways:
-
- o as a stand-alone semantic processor to provide semantic
- information;
-
- o as the basis for customized semantic analysis, semantic
- checking, or code analysis;
-
- o as the basis for full-fledged C++ compilers or interpreters; or
-
- o as the basis of languages which are a superset or subset of C++
- (e.g. C++ with SQL).
-
- For more information on LADE or LADE C++/AT please contact:
- xorian@solomon.technet.sg
- fax: (65)253-7709
- [So can we see your parser? -John]
- --
- Send compilers articles to compilers@iecc.cambridge.ma.us or
- {ima | spdcc | world}!iecc!compilers. Meta-mail to compilers-request.
-