xo-reader: simplify progress_xs.start() using psm
This commit is contained in:
parent
e74e55832e
commit
8db0bf11d0
4 changed files with 11 additions and 15 deletions
|
|
@ -181,9 +181,7 @@ namespace xo {
|
|||
switch (this->parenxs_type_) {
|
||||
case parenexprstatetype::lparen_0: {
|
||||
this->parenxs_type_ = parenexprstatetype::lparen_1; /* wants on_rightparen */
|
||||
auto p_stack = p_psm->p_stack_;
|
||||
|
||||
progress_xs::start(expr.promote(), p_stack);
|
||||
progress_xs::start(expr.promote(), p_psm);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue