C++ parser update

John Lilley <jlilley@empathy.com>
30 Jun 1997 23:05:07 -0400

          From comp.compilers

Related articles
C++ parser update jlilley@empathy.com (John Lilley) (1997-06-30)
| List of all articles for this month |

From: John Lilley <jlilley@empathy.com>
Newsgroups: comp.compilers.tools.pccts,comp.compilers
Date: 30 Jun 1997 23:05:07 -0400
Organization: Nerds for Hire, Inc.
Keywords: C++, parse

I've been getting continued requests for updates to my C++ parser and
preprocessor. However, I've been too busy and/or lazy to put it up on
my web site until now.


My C++ parser is derived from work done by NeXT and Terence Parr using
PCCTS. Some of the features are:


-- Free and compeletely public-domain.
-- Integral or standalone preprocessor.
-- Fully-scoped symbol table.
-- Collects complete type and declaration information.
-- Has *some* template support.
-- Uses an improved version of PCCTS 1.33.
-- Written using the Standard Template Library


If you are interested, go to
      http://www.empathy.com/pccts


john lilley
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.