#include <common/DefaultSymbolType.h>
#include <common/DefaultStateType.h>
#include <alib/map>
#include <alib/set>
#include <alib/variant>
#include <alib/vector>
Go to the source code of this file.
|
typedef ext::map< DefaultSymbolType, ext::set< ext::pair< unsigned, ext::vector< ext::variant< DefaultSymbolType, DefaultSymbolType > > > > > | grammar::parsing::LR0Items |
|
typedef ext::map< ext::pair< LR0Items, DefaultSymbolType >, ext::pair< LRAction, ext::variant< LR0Items, ext::pair< DefaultSymbolType, ext::vector< ext::variant< DefaultSymbolType, DefaultSymbolType > > > > > > | grammar::parsing::LRActionTable |
|
typedef ext::map< ext::pair< LR0Items, DefaultSymbolType >, LR0Items > | grammar::parsing::LRGotoTable |
|