c++ class generator from BNF

Irina Tchepkasova <e9102400@stud4.tuwien.ac.at>
19 Jul 1999 01:25:39 -0400

          From comp.compilers

Related articles
c++ class generator from BNF e9102400@stud4.tuwien.ac.at (Irina Tchepkasova) (1999-07-19)
Re: c++ class generator from BNF qjackson@wave.home.com (Quinn Tyler Jackson) (1999-07-20)
| List of all articles for this month |

From: Irina Tchepkasova <e9102400@stud4.tuwien.ac.at>
Newsgroups: comp.compilers
Date: 19 Jul 1999 01:25:39 -0400
Organization: Vienna University of Technology, Austria
Keywords: C++, parse, question

Hi all!


I search for any helpful information on following subject:


>>From the specification of a system that exist in a form of context
free grammar in the BNF (Backus-Naur Form) a object oriented
class-hierarchy must be automatically generated.


So in other word a program must be written (with C++ object oriented)
that has as argument input file with a specification in BNF Form. This
program must generate a couple of files (*.cpp and *.h) which will
describe classes.


I would appreciate any help, such as links to may be already existing
software, links to any articles and books which could describe the
problem and the ways how it could be solved.


Thanks in advance, Irina.


Post a followup to this message

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