Hi Andras
Karl Gaissmaier wrote:
hmmm, I've overseen that the global skip pattern
is qr/s*/, therefore ANDY is matched as a reserved
word too, since the token prefix can be just nothing.
To change the token prefix in the RESERVED rule
to s+ (<-- see the + instead of *) should help:
Thank you
Karl Gaissmaier wrote:
> hmmm, I've overseen that the global skip pattern
> is qr/s*/, therefore ANDY is matched as a reserved
> word too, since the token prefix can be just nothing.
> To change the token prefix in the RESERVED rule
> to s+ (<-- see the + instead of *) should help:
Thank you ver
Hi Andras,
please stay with your e-mails on the mailing-list.
Therefore we have it.
Andras Karacsony schrieb:
Hello Karl,
I ran the code you sent me and I got:
$ perl reserved_word.pl
Parse::RecDescent: Treating "" as an autotree marker
Parse::RecDescent: Treating "RESERVED :" as a rule
t;>>>>>>>>>>>>>>>>>>>>>>>
and this works very well. I think there is an other
problem hidden in your code.
Best Regards
Charly
Andras
-Original Message-
From: Karl Gaissmaier [mailto:[EMAIL PROTECTED]
Sent: Wednesday