xo-reader: rename+: exprstate.on_singleassign() + explicit token

This commit is contained in:
Roland Conybeare 2024-08-09 13:21:18 -04:00
commit 2cff2b5ca7
8 changed files with 19 additions and 9 deletions

View file

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