MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
dfa.h File Reference
#include <cassert>
#include <cstdint>
#include <map>
#include <set>
#include "automaton/automaton.h"
Include dependency graph for dfa.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  automaton::DFANode
struct  automaton::DFANode::Lt
class  automaton::DFA

Namespaces

namespace  automaton

Typedefs

template<class To>
using automaton::DFAMap = std::map<const DFANode*, To, DFANode::Lt>
using automaton::DFASet = std::set<const DFANode*, DFANode::Lt>