xo-reader: rename+: exprstate.on_def() -> on_def_token() + token arg

This commit is contained in:
Roland Conybeare 2024-08-09 13:42:50 -04:00
commit 60a7ec1cd0
6 changed files with 17 additions and 11 deletions

View file

@ -43,7 +43,9 @@ namespace xo {
progress_xs::admits_f64() const { return false; }
void
progress_xs::on_def(exprstatestack * /*p_stack*/) {
progress_xs::on_def_token(const token_type & /*tk*/,
exprstatestack * /*p_stack*/)
{
constexpr const char * self_name = "progress_xs::on_def";
/* nothing here - admits_definition unconditionally false */