xo-parser: simplify: exprstate::on_symbol drop retval
This commit is contained in:
parent
129b5d9258
commit
77ec1c7ead
2 changed files with 10 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue