Re: `javadoc` for c++

"Quinn Tyler Jackson" <qjackson@wave.home.com>
17 Oct 1998 01:43:25 -0400

          From comp.compilers

Related articles
`javadoc` for c++ Marcus.Rohrmoser@lrz-muenchen.de (Marcus Rohrmoser) (1998-10-13)
Re: `javadoc` for c++ wender@par.univie.ac.at (1998-10-17)
Re: `javadoc` for c++ jerry@swsl.co.uk (1998-10-17)
Re: `javadoc` for c++ qjackson@wave.home.com (Quinn Tyler Jackson) (1998-10-17)
Re: `javadoc` for c++ dwight@pentasoft.com (1998-10-17)
Re: `javadoc` for c++ Marko.Makela@HUT.FI (Marko =?ISO-8859-1?Q?M=E4kel=E4?=) (1998-10-17)
Re: `javadoc` for c++ objsoft@netcom.com (1998-10-17)
Re: `javadoc` for c++ comments@cygnus-software.com (Bruce Dawson) (1998-10-17)
Re: `javadoc` for c++ leichter@smarts.com (Jerry Leichter) (1998-10-17)
Re: `javadoc` for c++ john@dwaf-hri.pwv.gov.za (John Carter) (1998-10-22)
[1 later articles]
| List of all articles for this month |

From: "Quinn Tyler Jackson" <qjackson@wave.home.com>
Newsgroups: comp.compilers
Date: 17 Oct 1998 01:43:25 -0400
Organization: Compilers Central
References: 98-10-079
Keywords: C

>Any hints are appreciated, also if you know a tested yacc/lex scanner
>for c++.
>
> Marcus
>[C++ is nearly impossible to parse with yacc because it's so ambiguous
>see the archives for plenty of discussion. -John]


The evaluation version of Visual Parse ++ at www.sand-stone.com
includes a grammar for C++ that was based on James A Roskind's grammar
a la 1990.


[ It's in the archives as ftp://ftp.iecc.com/pub/file/c++grammar.tar.gz
-John]


It only deals with C++ that has been preprocessed, but the samples
include a preprocessor grammar that tokenizes before the grammar
proper takes a whack at it.
--
Quinn Tyler Jackson


email: qjackson@wave.home.com
url: http://www.qtj.net/~quinn/
ftp: qtj.net


Post a followup to this message

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