xo-reader2 stack: handle comparison expression (x == y)

This commit is contained in:
Roland Conybeare 2026-02-13 17:24:23 -05:00
commit 6a52c00b2e
4 changed files with 138 additions and 47 deletions

View file

@ -47,6 +47,12 @@ namespace xo {
return psm_.top_ssm();
}
const ParserResult &
SchematikaParser::result() const
{
return psm_.result();
}
void
SchematikaParser::visit_pools(const MemorySizeVisitor & visitor) const
{