buffalo
|
#include <buffalo.h>
Public Member Functions | |
virtual std::expected< typename G::ValueType, Error > | Parse (std::string_view input, std::vector< Token< G > > *tokens)=0 |
virtual | ~Parser ()=default |
PARSER
G |
|
virtualdefault |
|
pure virtual |
Implemented in bf::SLRParser< G >, and bf::SLRParser< bf::GrammarDefinition >.