xo-reader2: fix clearing result in SchematikaReader

This commit is contained in:
Roland Conybeare 2026-01-23 16:34:33 -05:00
commit 0fb0f7a1bf
8 changed files with 41 additions and 6 deletions

View file

@ -142,6 +142,12 @@ namespace xo {
return this->result_;
}
void
SchematikaReader::reset_result()
{
this->parser_.reset_result();
}
void
SchematikaReader::reset_to_idle_toplevel()
{