xo-reader2 xo-object2: regenerate facets from idl

This commit is contained in:
Roland Conybeare 2026-01-20 22:13:01 -05:00
commit 4c84f8c198
8 changed files with 55 additions and 0 deletions

View file

@ -498,6 +498,15 @@ namespace xo {
this->get_expect_str());
}
void
DDefineSsm::on_colon_token(const Token & tk,
ParserStateMachine * p_psm)
{
p_psm->illegal_input_on_token("DDefineSsm::on_colon_token",
tk,
this->get_expect_str());
}
bool
DDefineSsm::pretty(const ppindentinfo & ppii) const
{