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

@ -70,6 +70,12 @@ ISyntaxStateMachine_Any::on_f64_token(Opaque, const Token &, ParserStateMachine
_fatal();
}
auto
ISyntaxStateMachine_Any::on_i64_token(Opaque, const Token &, ParserStateMachine *) -> void
{
_fatal();
}
auto
ISyntaxStateMachine_Any::on_bool_token(Opaque, const Token &, ParserStateMachine *) -> void
{