Write a Yacc program that takes regular expressions (as defined by the grammar of Exercise 4.2.2(d), but with any single character as an argument, not just a) and produces as output a transition table for a nondeterministic finite automaton recognizing the same language.
Exercise 4.2.2(d)
! d ) S -> S + S\S S\(S)\S * \ a with string (a + a) * a.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here