BNF parsing in Python

Michael Ströder michael at stroeder.com
Tue Oct 30 15:37:18 EST 2001


Paul Rubin wrote:
> 
> That sounds like you want an asn.1 parser.  I think a few are around.

No I don't want to compile ASN.1 syntax for this task. It has to
parse just strings describing a LDAP schema element according to a
hopefully well-defined BNF.

Ciao, Michael.



More information about the Python-list mailing list