xo-reader2: regen ssm facet files + on_colon_token

This commit is contained in:
Roland Conybeare 2026-01-20 22:15:32 -05:00
commit 121fba491f
17 changed files with 42 additions and 6 deletions

View file

@ -43,6 +43,11 @@ namespace xo {
self.on_if_token(tk, p_psm);
}
auto
ISyntaxStateMachine_DExprSeqState::on_colon_token(DExprSeqState & self, const Token & tk, ParserStateMachine * p_psm) -> void
{
self.on_colon_token(tk, p_psm);
}
auto
ISyntaxStateMachine_DExprSeqState::on_parsed_symbol(DExprSeqState & self, std::string_view sym, ParserStateMachine * p_psm) -> void
{
self.on_parsed_symbol(sym, p_psm);