#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>Go to the source code of this file.
Typedefs | |
| using | Range = automaton::Range |
| using | Ranges = fe::Vector<Range> |
Functions | |
| const Def * | dfa2matcher (World &w, const DFA &dfa, const Def *n) |
| You can fe::dl::get this function. | |
| using Range = automaton::Range |
Definition at line 19 of file dfa2matcher.cpp.
Definition at line 20 of file dfa2matcher.cpp.
You can fe::dl::get this function.
Definition at line 95 of file dfa2matcher.cpp.
References dfa2matcher(), automaton::AutomatonBase< NodeType >::get_reachable_states(), and automaton::AutomatonBase< NodeType >::get_start().
Referenced by dfa2matcher(), and mim::plug::regex::LowerRegex::rewrite_imm_App().