MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
regex2nfa.cpp File Reference
#include "mim/plug/regex/regex2nfa.h"
#include <numeric>
#include <automaton/nfa.h>
#include <mim/lam.h>
#include <mim/world.h>
Include dependency graph for regex2nfa.cpp:

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::NFAmim::plug::regex::regex2nfa (Ref regex)
 
automaton::NFAregex2nfa (Ref regex)
 You can dl::get this function.
 

Function Documentation

◆ regex2nfa()

automaton::NFA * regex2nfa ( mim::Ref regex)

You can dl::get this function.

Returns
a raw pointer to automanton::NFA; use mim::regex::regex2nfa to pack it into a std::unique_ptr.

Definition at line 97 of file regex2nfa.cpp.

References mim::plug::regex::regex2nfa().