18 static void insertToActionTable (
LRActionTable & actionTable, LRActionTable::key_type key, LRActionTable::mapped_type value );
Class extending the map class from the standard library. Original reason is to allow printing of the ...
Definition: map.hpp:48
Context free grammar in Chomsky hierarchy or type 2 in Chomsky hierarchy. Generates context free lang...
Definition: CFG.h:67
Definition: SLR1ParseTable.h:17
static LRGotoTable getGotoTable(const grammar::CFG< > &originalGrammar)
Definition: SLR1ParseTable.cpp:63
static LRActionTable getActionTable(const grammar::CFG< > &originalGrammar)
Definition: SLR1ParseTable.cpp:23
Definition: ToAutomaton.h:24