The main header file. It declares the AFNDtoAFD class and supporting data structures, providing the interface for converting an NFA to a DFA. Implements the logic for converting an NFA to a DFA.
You can effortlessly generate graphs from regular expressions, including Abstract Syntax Tree, Non-deterministic Finite Automaton, Deterministic Finite Automaton, and ...