#include <LL1ParseTable.h>
|
template<class T , class TerminalSymbolType = typename grammar::TerminalSymbolTypeOfGrammar < T >, class NonterminalSymbolType = typename grammar::NonterminalSymbolTypeOfGrammar < T >> |
static ext::map< ext::pair< ext::vector< TerminalSymbolType >, NonterminalSymbolType >, ext::set< ext::vector< ext::variant< TerminalSymbolType, NonterminalSymbolType > > > > | parseTable (const T &grammar) |
|
◆ parseTable()
template<class T , class TerminalSymbolType , class NonterminalSymbolType >
The documentation for this class was generated from the following file: