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

@ -88,6 +88,12 @@ ISyntaxStateMachine_Any::on_parsed_typedescr(Opaque, TypeDescr, ParserStateMachi
_fatal();
}
auto
ISyntaxStateMachine_Any::on_parsed_expression(Opaque, obj<AExpression>, ParserStateMachine *) -> void
{
_fatal();
}
} /*namespace scm*/
} /*namespace xo*/