xo-reader: rename+: exprstate.on_rightparen() + token arg
This commit is contained in:
parent
8d1ae35075
commit
a51f1d65db
8 changed files with 27 additions and 18 deletions
|
|
@ -145,8 +145,10 @@ namespace xo {
|
|||
virtual void on_leftparen_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
virtual void on_rightparen(exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
/** handle incoming ')' token **/
|
||||
virtual void on_rightparen_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
virtual void on_f64(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue