3.1**
Theorem 7.3.1 states that for each nonterminal in a grammar, we can create a state in the NFA, and for each production, we create a transition. The initial state of the NFA is the start symbol of the grammar.
- States: $\{S, A\}$
- Alphabet: $\{a, b\}$
-
Show more…