reglibcpp
1.0.0
(Naïve) C++ implementation of models for regular languages
|
Contains the reg::expression class defintion. More...
#include <vector>
#include <unordered_map>
#include <string>
#include <memory>
#include <locale>
#include <codecvt>
Go to the source code of this file.
Classes | |
class | reg::expression |
Represents formal regular expressions. More... | |
struct | reg::expression::literals |
Token literals as used in Introduction to Automata Theory, Languages, and Computation by Hopcroft, Motwani and Ullman. More... | |
Contains the reg::expression class defintion.
Definition in file expression.h.