bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
This is the complete list of members for bux::GLR::I_ParserPolicy, including all inherited members.
action(T_StateID state, T_LexID token) const =0 | bux::GLR::I_ParserPolicy | pure virtual |
changeToken(T_LexID &token, C_LexPtr &attr) const | bux::GLR::I_ParserPolicy | virtual |
getAcceptId() const =0 | bux::GLR::I_ParserPolicy | pure virtual |
getReduceInfo(size_t prodId, C_ReduceInfo &info) const =0 | bux::GLR::I_ParserPolicy | pure virtual |
getTokenName(T_LexID token, std::string &name) const | bux::GLR::I_ParserPolicy | virtual |
nextState(T_StateID state, T_LexID lex) const =0 | bux::GLR::I_ParserPolicy | pure virtual |
onError(C_Parser &parser, const C_SourcePos &pos, std::string_view message) const =0 | bux::GLR::I_ParserPolicy | pure virtual |
printToken(T_LexID token) const | bux::GLR::I_ParserPolicy |