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

@ -82,7 +82,9 @@ namespace xo {
}
void
progress_xs::on_colon(exprstatestack * /*p_stack*/) {
progress_xs::on_colon_token(const token_type & /*tk*/,
exprstatestack * /*p_stack*/)
{
constexpr const char * self_name = "progress_xs::on_colon";
throw std::runtime_error(tostr(self_name,