MimIR
0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
dfa2matcher.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
automaton/dfa.h
>
4
5
#include "
mim/plug/regex/regex.h
"
6
7
/// You can dl::get this function.
8
extern
"C"
MIM_EXPORT
const
mim::Def
*
dfa2matcher
(
mim::World
&,
const
automaton::DFA
&,
mim::Ref
);
automaton::DFA
Definition
dfa.h:52
mim::Def
Base class for all Defs.
Definition
def.h:223
mim::Ref
Helper class to retrieve Infer::arg if present.
Definition
def.h:86
mim::World
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition
world.h:33
MIM_EXPORT
#define MIM_EXPORT
Definition
config.h:16
dfa2matcher
MIM_EXPORT const mim::Def * dfa2matcher(mim::World &, const automaton::DFA &, mim::Ref)
You can dl::get this function.
Definition
dfa2matcher.cpp:95
dfa.h
regex.h
include
mim
plug
regex
dfa2matcher.h
Generated by
1.12.0