26 template <
class TerminalSymbolType,
class NonterminalSymbolType >
32 template <
class TerminalSymbolType,
class NonterminalSymbolType >
36template <
class TerminalSymbolType,
class NonterminalSymbolType >
41template <
class TerminalSymbolType,
class NonterminalSymbolType >
Left regular grammar in Chomsky hierarchy or type 3 in Chomsky hierarchy. Generates regular languages...
Definition: LeftRG.h:70
Right regular grammar in Chomsky hierarchy or type 3 in Chomsky hierarchy. Generates regular language...
Definition: RightRG.h:70
static regexp::UnboundedRegExp< TerminalSymbolType > convert(const grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > &grammar)
Definition: ToRegExpAlgebraic.h:65
Definition: ToRegExp.h:17
static regexp::UnboundedRegExp< TerminalSymbolType > convert(const grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > &grammar)
Definition: ToRegExp.h:37
Unbounded regular expression represents regular expression. It describes regular languages....
Definition: UnboundedRegExp.h:80
Definition: converterCommon.hpp:8
Definition: ToAutomaton.h:24