MimIR 0.1
MimIR is my Intermediate Representation
|
Go to the source code of this file.
Namespaces | |
namespace | mim |
namespace | mim::plug |
namespace | mim::plug::regex |
The regex Plugin | |
Functions | |
MIM_EXPORT automaton::NFA * | regex2nfa (mim::Ref regex) |
You can dl::get this function. | |
std::unique_ptr< automaton::NFA > | mim::plug::regex::regex2nfa (Ref regex) |
std::unique_ptr< automaton::NFA > | mim::plug::regex::regex2nfa (decltype(::regex2nfa) *fptr, Ref regex) |
MIM_EXPORT automaton::NFA * regex2nfa | ( | mim::Ref | regex | ) |
You can dl::get this function.
std::unique_ptr
. Definition at line 97 of file regex2nfa.cpp.
References mim::plug::regex::regex2nfa().