xo-reader2: bugfix: prior refactor requires switch remodel on_token

This commit is contained in:
Roland Conybeare 2026-01-25 10:47:28 -05:00
commit 8b63fbaaa2
5 changed files with 43 additions and 42 deletions

View file

@ -170,12 +170,12 @@ namespace xo {
case tokentype::tk_in:
case tokentype::tk_end:
case tokentype::N:
p_psm->illegal_input_on_token("DExpectSymbolSsm::on_token",
tk,
this->get_expect_str());
break;
}
p_psm->illegal_input_on_token("DExpectSymbolSsm::on_token",
tk,
this->get_expect_str());
}
void