Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <GlushkovLast.h>
Data Structures | |
class | Formal |
class | Unbounded |
Static Public Member Functions | |
template<class SymbolType > | |
static ext::set< UnboundedRegExpSymbol< SymbolType > > | last (const regexp::UnboundedRegExp< SymbolType > &re) |
template<class SymbolType > | |
static ext::set< FormalRegExpSymbol< SymbolType > > | last (const regexp::FormalRegExp< SymbolType > &re) |
RegExp tree traversal utils for Glushkov algorithm.
Thanks to http://www.sciencedirect.com/science/article/pii/S030439759700296X for better follow() solution.
|
static |
re | RegExp to probe |
|
static |
re | RegExp to probe |