reglibcpp
1.3.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... | |
Contains the reg::expression member definitions.
Definition in file expression.cpp.