40 likes | 50 Views
This exercise module covers the conversion of regular expressions to non-deterministic finite automata (NFA) and regular grammars (RG). Students will practice transforming regex to NFA and back while creating minimum deterministic finite automata (DFA). The specific regex pattern to work on is (a+b)*(c+de*)*f.
E N D
ExerciseRE->NFA->RG->RE Module 05.2COP4020 – Programming Language Concepts Dr. Manuel E. Bermudez
Exercise: RE->NFA->RG->RE Done Soon RGR RGL Minimum DFA RE NFA DFA
(a+b)*(c+de*)*f Exercise: RE->NFA->RG->RE.
Exercise: RE->NFA->RG->REHint: midterm Done Soon RGR RGL Minimum DFA RE NFA DFA