| Related articles |
|---|
| Looking for simple C++ grammar csc3dmd@atlas.vcu.edu (1996-09-29) |
| 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?
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.