At 11:34 AM 5/17/2001 +0100, Alberto Manuel Brandao Simoes wrote:
>On Thu, May 17, 2001 at 11:23:00AM +0200, Jos Boumans wrote:
>( Alberto,
>(
>( let's start with something very basic:
>( DO NOT use variables as variable names!
>(
> Let's see if I can explain what I'm doing. I'm writing a 'compiler',
>well... interpreter for a grammar style language.
Oh well, then, it helps to say that to begin with. Have you looked at
Parse::RecDescent? I'd be surprised if you couldn't use that to make your
task many times easier.