Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
grammar::parsing::SLR1ParseTable Class Reference

#include <SLR1ParseTable.h>

Static Public Member Functions

static LRActionTable getActionTable (const grammar::CFG< > &originalGrammar)
 
static LRGotoTable getGotoTable (const grammar::CFG< > &originalGrammar)
 

Member Function Documentation

◆ getActionTable()

LRActionTable grammar::parsing::SLR1ParseTable::getActionTable ( const grammar::CFG< > &  originalGrammar)
static
Here is the call graph for this function:

◆ getGotoTable()

LRGotoTable grammar::parsing::SLR1ParseTable::getGotoTable ( const grammar::CFG< > &  originalGrammar)
static
Here is the call graph for this function:

The documentation for this class was generated from the following files: