On Wed, 17 Jan 2001 23:14:46 +0100, "A. Jans-Beken" <jan### [at] wxsnl>
wrote:
>I am working on a program that will be able to parse PovRay .pov files.
>This program will be written in C++.
>
>What would be the best method for defining a C++ class hierarchy to
>store all POV objects?
Can you use BNF or Flex&Bison or YACC or something similar to generate
the parser for you? The definitions are very well presented in the
POV-Ray documentation.
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|