xo-parser: simplify: exprstate::on_symbol drop retval

This commit is contained in:
Roland Conybeare 2024-08-01 13:11:27 +10:00
commit 77ec1c7ead
2 changed files with 10 additions and 8 deletions

View file

@ -233,9 +233,9 @@ namespace xo {
private:
void on_def(exprstatestack * p_stack);
expraction on_symbol(const token_type & tk,
exprstatestack * p_stack,
rp<Expression> * p_emit_expr);
void on_symbol(const token_type & tk,
exprstatestack * p_stack,
rp<Expression> * p_emit_expr);
void on_colon(exprstatestack * p_stack);
void on_singleassign(exprstatestack * p_stack);
void on_f64(const token_type & tk,