xo-reader: rename: exprstate.on_f64() -> on_f64_token()

This commit is contained in:
Roland Conybeare 2024-08-09 13:36:33 -04:00
commit 892b332a20
8 changed files with 26 additions and 25 deletions

View file

@ -449,9 +449,9 @@ namespace xo {
}
void
define_xs::on_f64(const token_type & /*tk*/,
exprstatestack * /*p_stack*/,
rp<Expression> * /*p_emit_expr*/)
define_xs::on_f64_token(const token_type & /*tk*/,
exprstatestack * /*p_stack*/,
rp<Expression> * /*p_emit_expr*/)
{
constexpr bool c_debug_flag = true;
scope log(XO_DEBUG(c_debug_flag));