xo-reader: minor: missed progress_xs refactor to use .start()
This commit is contained in:
parent
6d73caf308
commit
8c0ddab587
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ namespace xo {
|
|||
std::unique_ptr<exprstate> self = p_stack->pop_exprstate();
|
||||
|
||||
/* 3. replace with new progress_xs: */
|
||||
p_stack->push_exprstate(progress_xs::make(expr, op2));
|
||||
progress_xs::start(expr, op2, p_stack);
|
||||
|
||||
/* infix operator must be followed by non-empty expression */
|
||||
expect_expr_xs::start(p_stack);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue