src
Classes | Namespaces | Enumerations | Functions
dfa.h File Reference
#include "src/util/c99_stdint.h"
#include <vector>
#include "src/ir/regexp/regexp.h"
#include "src/parse/rules.h"
#include "src/util/forbid_copy.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

struct  re2c::dfa_state_t
 
struct  re2c::dfa_t
 

Namespaces

 re2c
 

Enumerations

enum  re2c::dfa_minimization_t { re2c::DFA_MINIMIZATION_TABLE, re2c::DFA_MINIMIZATION_MOORE }
 

Functions

void re2c::minimization (dfa_t &dfa)
 
void re2c::fillpoints (const dfa_t &dfa, std::vector< size_t > &fill)