Hello Juanjo,
> I've being working with the grammar but I found somethinf difficult to
> workarround.
You don't specify why it is difficult, or what you have to work around.
I assume it is because you have EBNF and need BNF? In such a case, first
translate the EBNF to BNF. A site like
http://lamp.epfl.ch/teaching/archive/compilation-ssc/2000/part4/parsing/node3.html
explains how to do this. Once you have BNF, it should be straight-forward.
> Can this be implemented with PLY yacc?
I don't know whether the above approach will result in shift/reduce
conflicts etc for this particular grammar, but you can just try and
you'll find out...
Best,
Dennis Hendriks
Juanjo Conti wrote:
> 2009/9/16 Juanjo Conti <
jjc...@gmail.com <mailto:
jjc...@gmail.com>>
>
> 2009/9/16 A.T.Hofkamp <
a.t.h...@tue.nl <mailto:
a.t.h...@tue.nl>>: