regexp exp{ (a|b*)*} /* ENG: We print the expression and obtain the equivalent automaton. ESP: Imprimimos la expresion y obtenemos el automata equivalente. */ print(exp); auto=REtoFA(exp);