(→Solução) |
|||
Line 1: | Line 1: | ||
== Problema == | == Problema == | ||
− | Consider the following grammar, where A is the initial symbol and { x, y, z } is the set of terminal symbols: | + | Consider the following grammar, where A is the initial symbol and '''{ x, y, z }''' is the set of terminal symbols: |
<text> | <text> | ||
A -> A B A x | A y | z | A -> A B A x | A y | z |
Consider the following grammar, where A is the initial symbol and { x, y, z } is the set of terminal symbols: <text> A -> A B A x | A y | z B -> x | z B </text>
[Expand] Solução completa |
---|