1//! Contains the translation submodules necessary to translate the raw regex to a NFA. 2pub mod operator; 3pub mod setterminal; 4pub mod node;