MimIR 0.1
MimIR is my Intermediate Representation
|
#include "automaton/nfa2dfa.h"
#include <map>
#include <queue>
#include <set>
#include <unordered_map>
Go to the source code of this file.
Namespaces | |
namespace | automaton |
Functions | |
std::set< const NFANode * > | automaton::epsilonClosure (const std::set< const NFANode * > &states) |
std::set< const NFANode * > | automaton::epsilonClosure (const NFANode *state) |
std::unique_ptr< DFA > | automaton::nfa2dfa (const NFA &nfa) |