xo-reader: refactor: rename exprstate.on_colon() -> on_colon_token
This commit is contained in:
parent
49cb0f0bba
commit
1fcac9485b
8 changed files with 21 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue