C++ parser

Henrique Bucher <henrique@bucher.com>
18 Jan 2001 01:13:45 -0500

          From comp.compilers

Related articles
C++ parser henrique@bucher.com (Henrique Bucher) (2001-01-18)
Re: C++ parser tmk@netvision.net.il (Michael Tiomkin) (2001-01-19)
Re: C++ parser joel@interxys.com (Joel de Guzman) (2001-01-20)
Re: C++ parser henrique@bucher.com (Henrique Bucher) (2001-01-20)
| List of all articles for this month |

From: Henrique Bucher <henrique@bucher.com>
Newsgroups: comp.compilers
Date: 18 Jan 2001 01:13:45 -0500
Organization: Brunel University, West London, UK
Keywords: parse, C++, question
Posted-Date: 18 Jan 2001 01:13:45 EST

Hi, all


I was wondering if there is a C++ parser class (public domain or GPL)
that allows the definition of the grammar at runtime, not at compile
time as yacc. The objective is to ask the user for the grammar rules
(with a nice interface, of course) and then instruct the parser to
read an user file. I am almost prepared to start coding but I would
like to have this try first.


Thanks a lot!


Henrique Bucher
Brunel University, UK
ICQ 68343525, http://henrique.bucher.com


Post a followup to this message

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