|
reglibcpp
1.5.0
(Naïve) C++ implementation of models for regular languages
|
Contains the reg::expression member definitions. More...
#include "expression.h"#include <algorithm>#include <array>#include <bitset>#include "gnfa.h"#include "nfa.h"#include "dfa.h"Go to the source code of this file.
Classes | |
| struct | reg::expression::parser |
| Parses regular expressions. More... | |
| struct | reg::expression::parser::tree |
| Represents the table entries as binary trees. More... | |
Namespaces | |
| reg | |
| Where this library lives. | |
Contains the reg::expression member definitions.
Definition in file expression.cpp.
1.8.14