xo-parser: progress: exprstate::on_input() drop expraction retval

This commit is contained in:
Roland Conybeare 2024-08-01 13:01:48 +10:00
commit f1b83ec805
2 changed files with 19 additions and 32 deletions

View file

@ -222,7 +222,7 @@ namespace xo {
/** update exprstate in response to incoming token @p tk,
* forward instructions to parent parser
**/
expraction on_input(const token_type & tk, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
void on_input(const token_type & tk, exprstatestack * p_stack, rp<Expression> * p_emit_expr);
/** update exprstate in response to IR (intermediate representation)
* from nested parsing task
**/