xo-parser: + expraction::pop() & apply

This commit is contained in:
Roland Conybeare 2024-08-01 10:31:42 +10:00
commit 2f7176b102
2 changed files with 14 additions and 17 deletions

View file

@ -147,6 +147,7 @@ namespace xo {
static expraction keep();
static expraction emit(const exprir & ir);
static expraction push2(exprstatetype s1, exprstatetype s2);
static expraction pop(const exprir & ir);
expractiontype action_type() const { return action_type_; }
const exprir & expr_ir() const { return expr_ir_; }