ietf-tools / bap

An ABNF parser, focusing on human-friendly error messages.
41 stars 28 forks source link

Does not extract ABNF from RFC 2045 #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Use tool via http://tools.ietf.org/abnf/
2.  Enter '2045'
3.  Only one line of ABNF is extracted from RFC 2045

What is the expected output? What do you see instead?

    Expected to see all lines of ABNF extracted.
    Only saw one line of ABNF extracted.

What version of the product are you using? On what operating system?

    Used via link at http://tools.ietf.org/abnf/

Please provide any additional information below.

Original issue reported on code.google.com by 1SecBur...@gmail.com on 7 Feb 2014 at 11:19

fenner commented 8 years ago

RFC2045 uses := to introduce rules, which is not ABNF. This could be an RFE for aex to handle :=.