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.
Base class for all Defs.
Definition def.h:220
Helper class to retrieve Infer::arg if present.
Definition def.h:85
The World represents the whole program and manages creation of MimIR nodes (Defs).
Definition world.h:33
#define MIM_EXPORT
Definition config.h:16
MIM_EXPORT const mim::Def * dfa2matcher(mim::World &, const automaton::DFA &, mim::Ref)
You can dl::get this function.