pub fn compile_one_regex_string(
regex_string: &str,
config: FiniteStateAutomatonConfig,
) -> Result<FiniteStateAutomaton, SemanticError>
pub fn compile_one_regex_string(
regex_string: &str,
config: FiniteStateAutomatonConfig,
) -> Result<FiniteStateAutomaton, SemanticError>