Examples
Some real-world examples of ABNF grammars.
We take some real-world ABNF grammars,
copied and pasted from official standards,
and show that they are successfully processed by the parser and abstractor. We also demonstrate the use of
some operations on these grammars.
Subtopics
- Pdf-example
- An ABNF grammar of a subset of
the PDF (Portable Document Format) syntax.
- Smtp-example
- The ABNF grammar of the SMTP (Simple Mail Transfer Protocol) syntax.
- Imap-example
- The ABNF grammar of
the IMAP (Internet Message Access Protocol) 4rev1 syntax.
- Http-example
- The ABNF grammar of
the HTTP (Hypertext Transfer Protocol) 1.1 syntax.
- Uri-example
- The ABNF grammar of the URI (Uniform Resource Identifier) syntax.
- Imf-example
- The ABNF grammar of the IMF (Internet Message Format) syntax.