reglibcpp
1.0.0
(Naïve) C++ implementation of models for regular languages
|
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... | |