reglibcpp  1.0.0
(Naïve) C++ implementation of models for regular languages
Classes
nfa.h File Reference

Contains the reg::nfa class definition. More...

#include <memory>
#include <vector>
#include <valarray>
#include <string>

Go to the source code of this file.

Classes

class  reg::nfa
 Represents nondeterministic finite automata with ε-moves. More...
 
class  reg::nfa::builder
 Constructs NFAs step by step. More...
 

Detailed Description

Contains the reg::nfa class definition.

Definition in file nfa.h.