xo-reader2 xo-object2: regenerate facets from idl

This commit is contained in:
Roland Conybeare 2026-01-20 22:13:01 -05:00
commit 00117840d0
32 changed files with 82 additions and 23 deletions

View file

@ -160,6 +160,15 @@ namespace xo {
}
}
void
DExprSeqState::on_colon_token(const Token & tk,
ParserStateMachine * p_psm)
{
p_psm->illegal_input_on_token("DExprSeqState::on_colon_token",
tk,
this->get_expect_str());
}
void
DExprSeqState::on_parsed_symbol(std::string_view sym,
ParserStateMachine * p_psm)