Received: from localhost (daemon@localhost) by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id LAA05337; Tue, 21 Oct 1997 11:05:41 -0400 (EDT) Received: by CS.UTK.EDU (bulk_mailer v1.7); Tue, 21 Oct 1997 11:04:01 -0400 Received: by CS.UTK.EDU (cf v2.9s-UTK) id LAA05168; Tue, 21 Oct 1997 11:04:00 -0400 (EDT) Received: from ietf.org (ietf.org [132.151.1.19]) by CS.UTK.EDU with ESMTP (cf v2.9s-UTK) id LAA05151; Tue, 21 Oct 1997 11:03:50 -0400 (EDT) Received: from CNRI.Reston.VA.US (localhost [127.0.0.1]) by ietf.org (8.8.7/8.8.7a) with ESMTP id LAA03891; Tue, 21 Oct 1997 11:03:32 -0400 (EDT) Message-Id: <199710211503.LAA03891@ietf.org> Mime-Version: 1.0 Content-Type: Multipart/Mixed; Boundary="NextPart" To: IETF-Announce@ietf.org Cc: drums@cs.utk.edu From: Internet-Drafts@ietf.org Reply-to: Internet-Drafts@ietf.org Subject: I-D ACTION:draft-ietf-drums-abnf-05.txt Date: Tue, 21 Oct 1997 11:03:31 -0400 Sender: cclark@cnri.reston.va.us --NextPart A Revised Internet-Draft is available from the on-line Internet-Drafts directories. This draft is a work item of the Detailed Revision/Update of Message Standards Working Group of the IETF. Note: This revision reflects comments received during the last call period. Title : Augmented BNF for Syntax Specifications: ABNF Author(s) : D. Crocker, P. Overell Filename : draft-ietf-drums-abnf-05.txt Pages : 9 Date : 17-Oct-97 Internet technical specifications often need to define a format syntax and are free to employ whatever notation their authors deem useful. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. It balances compactness and simplicity, with reasonable representational power. In the early days of the Arpanet, each specification contained its own definition of ABNF. This included the email specifications, RFC733 and then RFC822 which have come to be the common citations for defining ABNF. The current document separates out that definition, to permit selective reference. Predictably, it also provides some modifications and enhancements. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. Appendix A (Core) supplies rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. It is provided as a convenience and is otherwise separate from the meta language defined in the body of this document, and separate from its formal status. Internet-Drafts are available by anonymous FTP. Login wih the username "anonymous" and a password of your e-mail address. After logging in, type "cd internet-drafts" and then "get draft-ietf-drums-abnf-05.txt". A URL for the Internet-Draft is: ftp://ds.internic.net/internet-drafts/draft-ietf-drums-abnf-05.txt Internet-Drafts directories are located at: Africa: ftp.is.co.za Europe: ftp.nordu.net ftp.nis.garr.it Pacific Rim: munnari.oz.au US East Coast: ds.internic.net US West Coast: ftp.isi.edu Internet-Drafts are also available by mail. Send a message to: mailserv@ds.internic.net. In the body type: "FILE /internet-drafts/draft-ietf-drums-abnf-05.txt". NOTE: The mail server at ds.internic.net can return the document in MIME-encoded form by using the "mpack" utility. To use this feature, insert the command "ENCODING mime" before the "FILE" command. To decode the response(s), you will need "munpack" or a MIME-compliant mail reader. Different MIME-compliant mail readers exhibit different behavior, especially when dealing with "multipart" MIME messages (i.e. documents which have been split up into multiple messages), so check your local documentation on how to manipulate these messages. Below is the data which will enable a MIME compliant mail reader implementation to automatically retrieve the ASCII version of the Internet-Draft. --NextPart Content-Type: Multipart/Alternative; Boundary="OtherAccess" --OtherAccess Content-Type: Message/External-body; access-type="mail-server"; server="mailserv@ds.internic.net" Content-Type: text/plain Content-ID: <19971017133306.I-D@ietf.org> ENCODING mime FILE /internet-drafts/draft-ietf-drums-abnf-05.txt --OtherAccess Content-Type: Message/External-body; name="draft-ietf-drums-abnf-05.txt"; site="ds.internic.net"; access-type="anon-ftp"; directory="internet-drafts" Content-Type: text/plain Content-ID: <19971017133306.I-D@ietf.org> --OtherAccess-- --NextPart--