xo-reader2: + PSM,SSM on_parsed_formal_arglist()

This commit is contained in:
Roland Conybeare 2026-01-29 15:17:57 -05:00
commit eaa99881e0
49 changed files with 285 additions and 3 deletions

View file

@ -58,6 +58,12 @@ ISyntaxStateMachine_Any::on_parsed_formal(Opaque, const DUniqueString *, TypeDes
_fatal();
}
auto
ISyntaxStateMachine_Any::on_parsed_formal_arglist(Opaque, DArray *, ParserStateMachine *) -> void
{
_fatal();
}
auto
ISyntaxStateMachine_Any::on_parsed_expression(Opaque, obj<AExpression>, ParserStateMachine *) -> void
{