xo-reader2: + SyntaxStateMachine.on_parsed_expression()

This commit is contained in:
Roland Conybeare 2026-01-22 15:49:07 -05:00
commit cfff71c4a9
32 changed files with 185 additions and 0 deletions

View file

@ -72,6 +72,11 @@ namespace xo {
{
self.on_parsed_typedescr(td, p_psm);
}
auto
ISyntaxStateMachine_DExprSeqState::on_parsed_expression(DExprSeqState & self, obj<AExpression> expr, ParserStateMachine * p_psm) -> void
{
self.on_parsed_expression(expr, p_psm);
}
} /*namespace scm*/
} /*namespace xo*/