xo-reader: + parserstatemachine.push_exprstate(); simplify lambda_xs
This commit is contained in:
parent
b988bc6790
commit
fa9f4967f2
5 changed files with 17 additions and 14 deletions
|
|
@ -27,6 +27,7 @@ namespace xo {
|
|||
|
||||
std::unique_ptr<exprstate> pop_exprstate();
|
||||
exprstate & top_exprstate();
|
||||
void push_exprstate(std::unique_ptr<exprstate> x);
|
||||
|
||||
public:
|
||||
exprstatestack * p_stack_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue