xo-reader2: refactor: make() + _make() pair for each ssm
This commit is contained in:
parent
da58e18779
commit
9a97bb2680
12 changed files with 92 additions and 59 deletions
|
|
@ -29,7 +29,10 @@ namespace xo {
|
|||
DExpectSymbolSsm();
|
||||
|
||||
/** create instance using memory from @p parser_mm **/
|
||||
static DExpectSymbolSsm * make(DArena & parser_mm);
|
||||
static DExpectSymbolSsm * _make(DArena & parser_mm);
|
||||
|
||||
/** create fop referring to new DExpectSymbolSsm **/
|
||||
static obj<ASyntaxStateMachine,DExpectSymbolSsm> make(DArena & parser_mm);
|
||||
|
||||
/** start nested parser expecting a symbol,
|
||||
* on top of parser state machine @p p_psm.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue