xo-reader: rename: exprstate.on_f64() -> on_f64_token()
This commit is contained in:
parent
a51f1d65db
commit
892b332a20
8 changed files with 26 additions and 25 deletions
|
|
@ -149,9 +149,10 @@ namespace xo {
|
|||
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);
|
||||
/** handle incoming floating-point-literal token **/
|
||||
virtual void on_f64_token(const token_type & tk,
|
||||
exprstatestack * p_stack,
|
||||
rp<Expression> * p_emit_expr);
|
||||
|
||||
protected:
|
||||
/** explicit subtype: identifies derived class **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue