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::LR1::C_Parser, including all inherited members.
accepted() const | bux::LR1::C_Parser | inline |
add(T_LexID token, unsigned line, unsigned col, I_LexAttr *unownedAttr) override | bux::LR1::C_Parser | virtual |
C_Parser(const I_ParserPolicy &policy) | bux::LR1::C_Parser | |
getFinalLex() | bux::LR1::C_Parser | inline |
m_Policy | bux::LR1::C_Parser | |
onError(const C_SourcePos &pos, std::string_view message) | bux::LR1::C_Parser | |
reservePostShift(std::function< void()> calledOnce, unsigned shifts) | bux::LR1::C_Parser | |
setSource(std::string_view src) override | bux::LR1::C_Parser | virtual |
~I_Parser()=default | bux::I_Parser | virtual |