Expand description
Contains the translation submodules necessary to translate the raw regex to a NFA.
Modulesยง
- node
- Contains the implementation of the
Node
enum and the functions to calculate the nullability, prefix, suffix and factors sets of a regular expression tree. - operator
- Contains the
Operator
enum. - setterminal
- Contains the
SetTerminal
enum, which represents the different types of terminals that can be used in a regular expression.