Related articles |
---|
C++ parser skeleton for byacc? seibert@direct.ca (1996-09-07) |
Re: C++ parser skeleton for byacc? R.E.Jones@ukc.ac.uk (1996-09-15) |
From: | R.E.Jones@ukc.ac.uk (Richard Jones) |
Newsgroups: | comp.compilers |
Date: | 15 Sep 1996 00:56:25 -0400 |
Organization: | University of Kent at Canterbury, UK. |
References: | 96-09-045 |
Keywords: | C++, yacc |
David and Kim Seibert <seibert@direct.ca> wrote:
>I'd like to write some parsers, using byacc, that produce C++ code.
>I've seen some references to a C++ parser skeleton that can
>apparently be substituted for the C skeleton, but I haven't found
>an actual C++ skeleton.
This is the approach taken by Holmes in his book "Object Oriented Compiler
Construction", Prentice-Hall, 1995.
His compiler is available from ftp://www.bethel.edu/pub/epc/
I have had a student use it for a project and this approach seems to work well.
Richard Jones
===============================================================================
Computing Laboratory Dialling code:
University of Kent at Canterbury 01227 (UK)
Canterbury +44 1227 (International)
CT2 7NF, UK Tel: 827943 direct line
746000 (ext. 7943)
http://www.ukc.ac.uk/computer_science/Html/Jones/ Fax: 762811
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.