Looking for simple C++ grammar

csc3dmd@atlas.vcu.edu (Dean M. Deaver)
29 Sep 1996 23:45:17 -0400

          From comp.compilers

Related articles
Looking for simple C++ grammar csc3dmd@atlas.vcu.edu (1996-09-29)
| List of all articles for this month |

From: csc3dmd@atlas.vcu.edu (Dean M. Deaver)
Newsgroups: comp.compilers
Date: 29 Sep 1996 23:45:17 -0400
Organization: Virginia Commonwealth University
Keywords: C++, parse, question

I'm looking for a C++ grammar that can be input to an LL(1) parser
generator. I know C++ isn't LL(1), so I'd be happy with a grammar
that handles at least a small subset of C++. I've got one for C that
does what I need it to do, that is, basically just break the code up
into individual statements. Does anyone know of anything like that
available?
--


Post a followup to this message

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