I'm sorry I gave the wrong impression. It doesn't use RFC 4234 syntax; it uses Perl-style syntax, eg
x = ( a | b | c ) d* ( e | f )+ ....
instead of
x=("a"/"b"/"c") *d *1("e"/"f")
It would not take a lot of work to have it also take the older syntax as well, but it doesn't use it out of the box.
MarkOn 8/2/06, Stephane Bortzmeyer <bortzmeyer at nic.fr> wrote:On Tue, Aug 01, 2006 at 02:06:02PM -0700,
Addison Phillips <addison at yahoo-inc.com> wrote
a message of 65 lines which said:
> Some particular problem cases to check would be:
Many thanks for the test cases, I discovered a bug in the parser with
them. Now, it works:
Cases: 58 Tried: 58 Errors: 0 Failures: 0
:-)
_______________________________________________
Ltru mailing list
Ltru at ietf.org
https://www1.ietf.org/mailman/listinfo/ltru
_______________________________________________ Ltru mailing list Ltru at ietf.org https://www1.ietf.org/mailman/listinfo/ltru
Note Well: Messages sent to this mailing list are the opinions of the senders and do not imply endorsement by the IETF.