xo-reader2: + IPrintable+DDefineSsm
This commit is contained in:
parent
4e490e6973
commit
0a7e8468ae
8 changed files with 133 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ namespace xo {
|
|||
public:
|
||||
using AAllocator = xo::mm::AAllocator;
|
||||
using DArena = xo::mm::DArena;
|
||||
using ppindentinfo = xo::print::ppindentinfo;
|
||||
|
||||
public:
|
||||
/** @defgroup scm-define-ssm-facet constructors **/
|
||||
|
|
@ -133,6 +134,12 @@ namespace xo {
|
|||
ParserStateMachine * p_psm);
|
||||
|
||||
///@}
|
||||
/** @defgroup scm-define-printable-facet printable facet methods **/
|
||||
///@{
|
||||
|
||||
bool pretty(const ppindentinfo & ppii) const;
|
||||
|
||||
///@}
|
||||
|
||||
private:
|
||||
/** identify define-expression state **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue