MimIR 0.1
MimIR is my Intermediate Representation
|
Go to the source code of this file.
Functions | |
MIM_EXPORT const mim::Def * | dfa2matcher (mim::World &, const automaton::DFA &, mim::Ref) |
You can dl::get this function. | |
MIM_EXPORT const mim::Def * dfa2matcher | ( | mim::World & | w, |
const automaton::DFA & | dfa, | ||
mim::Ref | n ) |
You can dl::get this function.
Definition at line 95 of file dfa2matcher.cpp.
References mim::error(), automaton::AutomatonBase< NodeType >::get_reachable_states(), automaton::AutomatonBase< NodeType >::get_start(), and mim::plug::mem::mut_con().
Referenced by mim::plug::regex::LowerRegex::rewrite().