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.
|
Classes | |
struct | C_NewLex |
class | C_Parser |
struct | I_ParserPolicy |
Typedefs | |
typedef FC_GetRelLexT< I_LexAttr, C_AutoNode > | FC_GetRelLex |
typedef C_RetLvalT< I_LexAttr, C_AutoNode > | C_RetLval |
typedef C_AutoNode< I_LexAttr > | C_LexPtr |
typedef F_GetProducedT< I_LexAttr, C_AutoNode > | F_GetProduced |
typedef C_LexInfoT< I_LexAttr, C_AutoNode > | C_LexInfo |
Enumerations | |
enum | { ACTION_SHIFT , ACTION_ACCEPT , ACTION_ERROR , ACTION_REDUCE_MIN } |
typedef C_LexInfoT<I_LexAttr,C_AutoNode> bux::LR1::C_LexInfo |
typedef C_AutoNode<I_LexAttr> bux::LR1::C_LexPtr |
typedef C_RetLvalT<I_LexAttr,C_AutoNode> bux::LR1::C_RetLval |