xo-reader2: handle parsed typedescr + use in DDefineSsm
This commit is contained in:
parent
319c7537f3
commit
3cbd4224b1
27 changed files with 235 additions and 38 deletions
|
|
@ -39,6 +39,7 @@ namespace xo {
|
|||
**/
|
||||
class DExprSeqState {
|
||||
public:
|
||||
using TypeDescr = xo::reflect::TypeDescr;
|
||||
using AAllocator = xo::mm::AAllocator;
|
||||
using ppindentinfo = xo::print::ppindentinfo;
|
||||
|
||||
|
|
@ -90,6 +91,12 @@ namespace xo {
|
|||
**/
|
||||
void on_parsed_symbol(std::string_view sym, ParserStateMachine * p_psm);
|
||||
|
||||
/** update state for this syntax on parsed type-description @p td
|
||||
* from nested ssm.
|
||||
* overall parser state in @p p_psm
|
||||
**/
|
||||
void on_parsed_typedescr(TypeDescr td, ParserStateMachine * p_psm);
|
||||
|
||||
///@}
|
||||
/** @defgroup scm-exprseq-printable-facet printable facet methods **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue