Help Index
Here is the help index.
See www.jflap.org for tutorials on the newer JFLAP items.
Editors
Editors are used to define structures, whether they be some variety of automata, a grammar, a L-system, or a regular expression. This specifies how to use those structures.
- Automata
- Grammars
- L-Systems
- Regular Expressions
Operators
Operators are actions that can be taken by the user. Many are applied to structures once they are created. They are shown in the order that they appear in the menus.
- File menu holds items related to creating, saving, and loading structures.
- Input menu holds items related to a structure's ability to accept input.
- Step with Closure... / Step by State... / Step...
- Fast Run...
- Multiple Run...
- Build LL(1) Parse Table and LL(1) Parsing
- Build LR(1) Parse Table and LR(1) Parsing
- Brute Force Parse
- Render System
- Test contains items for determining characteristics of a structure, with no creation of new structures or modification of structures implied.
- Compare Equivalence
- Highlight Nondeterminism
- Highlight Lambda Transitions
- Convert contains items that will take a structure, and produce another structure of a possibly different type from the original that accepts or generates the same language as the original.
- NFA to DFA
- Minimize DFA
- FA to Grammar / PDA to Grammar
- FA to RE
- CFG to PDA (LL) / CFG to PDA (LR) / Right Linear Grammar to FA
- Transform Grammar (in order, Lambda Removal, Unit Removal, Useless Removal, Chomsky Converter)
- RE to NFA
- Combine Automata
- Help contains a single item that will display help. The help subject will be what is currently being done in the active window (i.e., if the user is editing an automaton, help on automaton editing will be displayed).