Daniel Jakots writes:
> On Fri, 26 Aug 2016 12:30:07 +0100, Stuart Henderson
> wrote:
>
>> OK to import?
>
> From $HOMEPAGE: "PLY-3.2 and newer releases are distributed under a
> BSD-license."
>
> Can you change the '???' in the comment with that :)
>
> ok danj@ with that.
make test doesn't see
On Fri, 26 Aug 2016 12:30:07 +0100, Stuart Henderson
wrote:
> OK to import?
From $HOMEPAGE: "PLY-3.2 and newer releases are distributed under a
BSD-license."
Can you change the '???' in the comment with that :)
ok danj@ with that.
Cheers,
Daniel
I ported this to update py-wbem to unbreak it after the py-M2Crypto update,
but it got lost in a mail spool for a few days so it got fixed a different
way. Still I'd like to import it so I can do the update..
.
PLY is an implementation of the lex and yacc parsing tools written
entirely in Pyth
Hi,
This new package ply to the latest release 3.3.
PLY is yet another implementation of lex and yacc for Python. Some
notable features include the fact that its implemented entirely in
Python and it uses LALR(1) parsing which is efficient and well
suited for larger grammars.
PLY provides most