Empirical
Classes | Namespaces | Typedefs
DFA.h File Reference

A Deterministic Finite Automata simulator. More...

#include <string>
#include "../base/array.h"
#include "../base/vector.h"
#include "string_utils.h"

Go to the source code of this file.

Classes

class  emp::tDFA< NUM_SYMBOLS, STOP_TYPE >
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Typedefs

using emp::DFA = tDFA< 128, uint8_t >
 Setup DFA to be a simple tDFA with the basic character set for symbols. More...
 

Detailed Description

A Deterministic Finite Automata simulator.

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2017
Note
Status: BETA