xo-reader2: scaffold on_singleassign_token() in PSM

This commit is contained in:
Roland Conybeare 2026-01-21 12:59:06 -05:00
commit 29609e6dfd
25 changed files with 142 additions and 4 deletions

View file

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