MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
dfa2matcher.cpp File Reference
#include "mim/plug/regex/dfa2matcher.h"
#include <algorithm>
#include <automaton/dfa.h>
#include <automaton/range_helper.h>
#include <mim/plug/core/core.h>
#include <mim/plug/mem/mem.h>
Include dependency graph for dfa2matcher.cpp:

Go to the source code of this file.

Typedefs

using Range = automaton::Range
using Ranges = fe::Vector<Range>

Functions

const Defdfa2matcher (World &w, const DFA &dfa, const Def *n)
 You can fe::dl::get this function.

Typedef Documentation

◆ Range

Definition at line 19 of file dfa2matcher.cpp.

◆ Ranges

using Ranges = fe::Vector<Range>

Definition at line 20 of file dfa2matcher.cpp.

Function Documentation

◆ dfa2matcher()

const Def * dfa2matcher ( World & w,
const DFA & dfa,
const Def * n )