On Thu, 3 Feb 2005 12:11:14 +0100, Tommy Nordgren
<[EMAIL PROTECTED]> wrote:

> 
> My problem is to generate from specs the lexical analyzer and parser
> for the semantic
> actions, which I wan't to allow writing in any object oriented language.
> 
> The language to use will be specified in the input files.
> The problem I'm concerned with is allowing the user to specify
> codegenerators for any
> object-oriented language they are interested in.

This is bit complicated for beginners on-list discussion.  Have you
tried comp.lang.perl.misc?  Your best bet, though, is probably going
to be looking at code that does something similar.  Take a look at the
source of e.g. Parse::Yapp and see how they implemented.  Better yet,
see if you can use a cpan module to accomplish this, instead of
reinventing the wheel.

HTH,

--jay

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to