In essence, it implements parsing of the BNF syntaxes supplied in RFC 2252. It works quite well with the OpenLDAP schemas I tested, but it doesn't yet support UTF-8 as the RFC specifies. Since there doesn't appear to be much interest in this parser, I haven't taken then time to add this, but I believe that this could be added quite easily by checking byte width of each token in the
parse
function. If you are looking for a LDAPv3 schema parser and
you'd be interest in having me clean this up, feel free to drop me a line.