Theoretical Aspects of Lexical Analysis/Exercise 3
From Wiki**3
Use Thompson's algorithm to build the NFA for the following regular expression. Build the corresponding DFA and minimize it.
- ((ε|a)b)*
Use Thompson's algorithm to build the NFA for the following regular expression. Build the corresponding DFA and minimize it.