buffalo
|
#include <buffalo.h>
Public Member Functions | |
GrammarDefinitionError (std::string message) | |
GrammarDefinitionError () | |
![]() | |
char const * | what () const noexcept override |
Error (std::string message) | |
Error ()=default | |
Static Public Member Functions | |
static GrammarDefinitionError | ShiftReduce (LRState< G > &state, LRState< G > &shift, ProductionRule< G > const *reduce, Terminal< G > *lookahead) |
static GrammarDefinitionError | ReduceReduce (LRState< G > &state, ProductionRule< G > const *a, ProductionRule< G > const *b, Terminal< G > *lookahead) |
Additional Inherited Members | |
![]() | |
std::string | message_ |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |