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:
- <number> := <digit>{<digit>}
- <digit> := 1
- <digit> := 5
<number> → <digit><digit> → 1<digit> → 15
Siehe auch