MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
nfa2dfa.cpp File Reference
#include "automaton/nfa2dfa.h"
#include <map>
#include <queue>
Include dependency graph for nfa2dfa.cpp:

Go to the source code of this file.

Namespaces

namespace  automaton

Functions

NFASet automaton::epsilonClosure (const NFASet &states)
NFASet automaton::epsilonClosure (const NFANode *state)
std::unique_ptr< DFAautomaton::nfa2dfa (const NFA &nfa)