xo-reader2: + on_i64_token in all Ssm classes.

This commit is contained in:
Roland Conybeare 2026-01-23 16:45:15 -05:00
commit 8c6f504224
32 changed files with 166 additions and 1 deletions

View file

@ -58,6 +58,11 @@ namespace xo {
self.on_f64_token(tk, p_psm);
}
auto
ISyntaxStateMachine_DProgressSsm::on_i64_token(DProgressSsm & self, const Token & tk, ParserStateMachine * p_psm) -> void
{
self.on_i64_token(tk, p_psm);
}
auto
ISyntaxStateMachine_DProgressSsm::on_bool_token(DProgressSsm & self, const Token & tk, ParserStateMachine * p_psm) -> void
{
self.on_bool_token(tk, p_psm);