Conversion Diagrams
Regular Language Conversions
Most of the conversions that JFLAP can do are within Regular
Languages: NFA, DFA, Minimal DFA, Regular Expression, Regular
Grammar. Below is a flow diagram showing the possible conversions
in JFLAP. Any Regular Language can be converted to any other
Regular Language through this flow diagram.
Context Free Language Conversions
Conversions within the Context Free Languages involve the grammar
conversions from and to a PDA. The conversion from a Context Free
Grammar (CFG) to a PDA can occur in two ways: one modeling LL(1)
parsing and a second modeling LR(1) parsing.