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
6
7/// You can dl::get this function.
8extern "C" MIM_EXPORT const mim::Def* dfa2matcher(mim::World&, const automaton::DFA&, const mim::Def*);
Base class for all Defs.
Definition def.h:198
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition world.h:33
#define MIM_EXPORT
Definition config.h:16
const mim::Def * dfa2matcher(mim::World &, const automaton::DFA &, const mim::Def *)
You can dl::get this function.