xo-expression2: + DGlobalSymtab facet support gen + files

This commit is contained in:
Roland Conybeare 2026-02-16 18:21:03 -05:00
commit 06521e5e79
15 changed files with 400 additions and 5 deletions

View file

@ -168,6 +168,18 @@ namespace xo {
return this->shallow_size();
}
// ----- printable facet -----
bool
DGlobalSymtab::pretty(const ppindentinfo & ppii) const
{
return ppii.pps()->pretty_struct
(ppii,
"DGlobalSymtab",
refrtag("nsym", vars_->size()),
refrtag("capacity", vars_->capacity()));
}
} /*namespace scm*/
} /*namespace xo*/