xo-reader: refactor: rename exprstate.on_colon() -> on_colon_token

This commit is contained in:
Roland Conybeare 2024-08-09 13:12:01 -04:00
commit 1fcac9485b
8 changed files with 21 additions and 9 deletions

View file

@ -108,7 +108,8 @@ namespace xo {
}
void
paren_xs::on_colon(exprstatestack * /*p_stack*/)
paren_xs::on_colon_token(const token_type & /*tk*/,
exprstatestack * /*p_stack*/)
{
constexpr const char * c_self_name = "paren_xs::on_colon";