xo-reader2 stack: handle comparison expression (x == y)
This commit is contained in:
parent
20cee5db7d
commit
cf9930a54a
8 changed files with 216 additions and 55 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue