xo-reader: + parserstatemachine.push_exprstate(); simplify lambda_xs

This commit is contained in:
Roland Conybeare 2024-08-19 15:58:35 -04:00
commit fa9f4967f2
5 changed files with 17 additions and 14 deletions

View file

@ -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_;