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