Revision [5750]

This is an old revision of AtfsProduktionen made by ToBo on 2008-10-25 11:40:44.

 

Produktionen in den Automatentheorie


Produktionen sind Ersetzungsregeln.


G = (N, T, S, P)

N: nichtterminale Symbole: <digit>
T: terminale Symbole: 1

Beispiel 1


Schritte:
  1. <number> := <digit>{<digit>}
  2. <digit> := 1
  3. <digit> := 5

<number> → <digit><digit> → 1<digit> → 15








Siehe auch
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki