Representations of grammars

Kelly Morrison <morrison@eng.auburn.edu>
Fri, 25 Jun 1993 01:30:11 GMT

          From comp.compilers

Related articles
Representations of grammars morrison@eng.auburn.edu (Kelly Morrison) (1993-06-25)
Re: Representations of grammars miles@minster.york.ac.uk (1993-06-26)
Re: Representations of grammars P.G.Hamer@bnr.co.uk (1993-06-28)
Re: Representations of grammars davidm@questor.rational.com (1993-06-28)
Representations of grammars tfj@apusapus.demon.co.uk (Trevor Jenkins) (1993-06-28)
Re: Representations of grammars carroll@bifur.cis.udel.edu (1993-06-29)
Re: Representations of grammars mickunas@mickunas.cs.uiuc.edu (1993-06-29)
[4 later articles]
| List of all articles for this month |

Newsgroups: comp.compilers
From: Kelly Morrison <morrison@eng.auburn.edu>
Keywords: parse, EBNF, comment
Organization: Compilers Central
Date: Fri, 25 Jun 1993 01:30:11 GMT
Full-Name: Kelly Morrison

      I am trying to compose a list of representations (both textual and
graphical) of grammars. So far, the only ones I have been able to find
are:


1. Backus-Naur Form (also Backus Normal Form).
- created by John Backus; modified by Peter Naur.


2. The Cobol Notation.
- created by the CODASYL Short-Range Subcommittee.


3. Syntax Diagrams.
- created by Niklaus Wirth (?).


Does anyone know if any others exist (other than various EBNFs)??? I've
been digging through the library for months and haven't been able to find
any others.


      Thanks in advance for any help!


          -----> kell (Kelly Morrison, Auburn University)
[How about the railroad diagrams used in the F77 manual? I'd also look
in the linguistics literature, since they've given considerable thought to
both context-free and context-dependent grammars. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.