MimIR 0.1
MimIR is my Intermediate Representation
|
#include "mim/plug/regex/regex2nfa.h"
#include <numeric>
#include <automaton/nfa.h>
#include <mim/lam.h>
#include <mim/world.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 (Ref regex) |
automaton::NFA * | regex2nfa (Ref regex) |
You can dl::get this function. | |
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().