xo-reader: streamline: + parserstatemachine::pop_exprstate() + use

This commit is contained in:
Roland Conybeare 2024-08-19 13:54:58 -04:00
commit 4232da4ef2
12 changed files with 36 additions and 14 deletions

View file

@ -139,7 +139,7 @@ namespace xo {
if (this->defxs_type_ == defexprstatetype::def_6) {
rp<Expression> expr = this->def_expr_;
std::unique_ptr<exprstate> self = p_stack->pop_exprstate();
std::unique_ptr<exprstate> self = p_psm->pop_exprstate();
p_stack->top_exprstate().on_expr(expr, p_psm);
} else {