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
|
|
@ -25,6 +25,8 @@ namespace xo {
|
|||
rp<Expression> * p_emit_expr)
|
||||
: p_stack_{p_stack}, p_emit_expr_{p_emit_expr} {}
|
||||
|
||||
std::unique_ptr<exprstate> pop_exprstate();
|
||||
|
||||
public:
|
||||
exprstatestack * p_stack_;
|
||||
rp<Expression> * p_emit_expr_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue