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

Go to the source code of this file.

Classes

class  automaton::NFANode
struct  automaton::NFANode::Lt
class  automaton::NFA

Namespaces

namespace  automaton

Typedefs

using automaton::NFASet = std::set<const NFANode*, NFANode::Lt>