xo-interpreter2 stack: lambda expr -> closure runs in VSM utest
This commit is contained in:
parent
9a4a6b7188
commit
0170b8dacf
22 changed files with 358 additions and 73 deletions
|
|
@ -121,6 +121,22 @@ namespace xo {
|
|||
return shallow_size();
|
||||
}
|
||||
|
||||
// ----- printable facet -----
|
||||
|
||||
bool
|
||||
DLocalEnv::pretty(const ppindentinfo & ppii) const noexcept
|
||||
{
|
||||
// print local bindings, perhaps
|
||||
// symtab_
|
||||
// args_
|
||||
|
||||
return ppii.pps()->pretty_struct
|
||||
(ppii,
|
||||
"DLocalEnv",
|
||||
refrtag("n_args", args_->size())
|
||||
);
|
||||
}
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue