xo-reader: streamline: + parserstatemachine::pop_exprstate() + use
This commit is contained in:
parent
bcb2af4a56
commit
4232da4ef2
12 changed files with 36 additions and 14 deletions
|
|
@ -85,7 +85,7 @@ namespace xo {
|
|||
if (this->formalxs_type_ == formalstatetype::formal_2) {
|
||||
this->result_.assign_td(td);
|
||||
|
||||
std::unique_ptr<exprstate> self = p_stack->pop_exprstate();
|
||||
std::unique_ptr<exprstate> self = p_psm->pop_exprstate();
|
||||
|
||||
rp<Variable> var = Variable::make(result_.name(),
|
||||
result_.td());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue