Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <RightRG.h>
Static Public Member Functions | |
static grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > | parse (ext::istream &input) |
static bool | first (ext::istream &input) |
static void | compose (ext::ostream &output, const grammar::RightRG< TerminalSymbolType, NonterminalSymbolType > &grammar) |
|
static |
|
static |
|
static |