|
MimIR 0.1
MimIR is my Intermediate Representation
|
#include "mim/plug/regex/regex2nfa.h"#include <algorithm>#include <automaton/nfa.h>#include <mim/lam.h>#include <mim/world.h>#include <mim/plug/regex/regex.h>Go to the source code of this file.
Namespaces | |
| namespace | mim |
| namespace | mim::plug |
| namespace | mim::plug::regex |
| The regex Plugin | |
Functions | |
| std::unique_ptr< automaton::NFA > | mim::plug::regex::regex2nfa (const Def *regex) |
| automaton::NFA * | regex2nfa (const Def *regex) |
| You can dl::get this function. | |
| automaton::NFA * regex2nfa | ( | const mim::Def * | regex | ) |
You can dl::get this function.
std::unique_ptr. Definition at line 144 of file regex2nfa.cpp.
References mim::plug::regex::regex2nfa().