|
buffalo
|
#include <buffalo.h>
Public Member Functions | |
| GrammarDefinitionError (std::string message) | |
| GrammarDefinitionError () | |
Public Member Functions inherited from bf::Error | |
| 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 | |
Protected Attributes inherited from bf::Error | |
| std::string | message_ |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |