[rfc-i] ABNF (RFC2234)
Bruce Lilly
blilly at erols.com
Wed Feb 23 11:05:44 PST 2005
> Date: 2005-02-22 03:01
> From: Bill Fenner <fenner at research.att.com>
> Try out http://irg.attlabs.net/~fenner/abnf.cgi .
It seems to have an issue with character literals:
1: a = %D27-30
^
1:5: error: Illegal character '%' - skipping to end of line
2:0: error: Empty rule
3: b = %B01-10
^
3:5: error: Illegal character '%' - skipping to end of line
4:0: error: Empty rule
5: c = %XA0-dc
^
5:5: error: Illegal character '%' - skipping to end of line
6:0: error: Empty rule
N.B. the perl implementation at http://www.ops.ietf.org/abnf
also has problems with literals using upper-case B,D,X.
More information about the rfc-interest
mailing list