xo-reader2: top-level string literal + on_string_token() in SSM

This commit is contained in:
Roland Conybeare 2026-01-23 17:23:19 -05:00
commit b6ff615057
32 changed files with 189 additions and 1 deletions

View file

@ -149,6 +149,15 @@ namespace xo {
this->get_expect_str());
}
void
DExpectSymbolSsm::on_string_token(const Token & tk,
ParserStateMachine * p_psm)
{
p_psm->illegal_input_on_token("DExpectSymbolSsm::on_string_token",
tk,
this->get_expect_str());
}
void
DExpectSymbolSsm::on_f64_token(const Token & tk,
ParserStateMachine * p_psm)