#include <ToAutomatonThompson.h>
◆ convert() [1/2]
Implements conversion of regular expressions to finite automata using Thompson's method of incremental construction.
- Template Parameters
-
SymbolType | the type of symbols in the regular expression |
- Parameters
-
regexp | the regexp to convert |
- Returns
- finite automaton accepting the language described by the original regular expression
◆ convert() [2/2]
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
The documentation for this class was generated from the following files: