xo-parser: progress: exprstate::on_input() drop expraction retval
This commit is contained in:
parent
04d3961d24
commit
f1b83ec805
2 changed files with 19 additions and 32 deletions
|
|
@ -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
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue