Hi, after having lots of iteration to get the RecDescent parser to not only most, but all of the Apache functions/structures parsered I am now moveing to the code generation side. This part I already have abtracted in a common base class and a mod_perl specifiy one which inherits from this base. After being successfull for functions and structures I noticed that the constants files are _not_ created by WrapXS, but during run of Makefile.PL. For usage of the tool outside of modperl, it would be necessary to create these constant files also from WrapXS. What's the reason that this isn't the case ?
Addtionaly I like to modify the format of ConstantsTable.pm to be in the same format as the other tables, which means a simple array with hash references. Also the assignmenet to group and class should not be done during source parsing, but should go into an additional map file. What do you think ? Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
