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