xo-reader: rename+: exprstate.on_leftparen() -> on_leftparen_token()

This commit is contained in:
Roland Conybeare 2024-08-09 13:25:59 -04:00
commit 8d1ae35075
8 changed files with 25 additions and 16 deletions

View file

@ -142,8 +142,9 @@ namespace xo {
}
void
paren_xs::on_leftparen(exprstatestack * /*p_stack*/,
rp<Expression> * /*p_emit_expr*/)
paren_xs::on_leftparen_token(const token_type & /*tk*/,
exprstatestack * /*p_stack*/,
rp<Expression> * /*p_emit_expr*/)
{
constexpr const char * c_self_name = "paren_xs::on_leftparen";