Die Grammatik von EBNF

 [Vorheriges Kapitel]  [Vorherige Seite]  [Inhaltsverzeichnis]  [Nächste Seite]  [Nächstes Kapitel]

*VT = {⟨ Symbol ⟩, ``--->'', ``|'', ``['', ``]'', ``{'', ``}'', ``('', ``)''}
 
* VN = {⟨ Produktionsregeln ⟩, ⟨ Produktionsregel ⟩,

                 ⟨ Alternativen ⟩, ⟨ Sequenz ⟩, ⟨ Element ⟩}
 

*Produktionsregeln P:
⟨ Produktionsregeln ⟩---> ⟨ Produktionsregel ⟩
⟨ Produktionsregeln ⟩---> ⟨ Produktionsregel ⟩ ⟨ Produktionsregeln ⟩
⟨ Produktionsregel ⟩---> ⟨ Symbol ⟩ ``--->'' ⟨ Alternativen ⟩
⟨ Alternativen ⟩---> ⟨ Sequenz ⟩
⟨ Alternativen ⟩---> ⟨ Sequenz ⟩ ``|'' ⟨ Alternativen ⟩
⟨ Sequenz ⟩---> ⟨ Element ⟩
⟨ Sequenz ⟩---> ⟨ Element ⟩ ⟨ Sequenz ⟩
⟨ Element ⟩---> ⟨ Symbol ⟩
⟨ Element ⟩---> ``('' ⟨ Alternativen ⟩ ``)''
⟨ Element ⟩---> ``['' ⟨ Alternativen ⟩ ``]''
⟨ Element ⟩---> ``{'' ⟨ Alternativen ⟩ ``}''

 
*Startsymbol S = ⟨ Produktionsregeln ⟩
 

 [Vorheriges Kapitel]  [Vorherige Seite]  [Inhaltsverzeichnis]  [Nächste Seite]  [Nächstes Kapitel]
Copyright © 2004, 2005 Andreas Borchert, in HTML konvertiert am 18.02.2005