xo-interpreter2 stack: lambda expr -> closure runs in VSM utest
This commit is contained in:
parent
82c82ea332
commit
e219ea0db3
13 changed files with 179 additions and 13 deletions
|
|
@ -58,6 +58,12 @@ namespace xo {
|
|||
std::size_t forward_children(obj<ACollector> gc) noexcept;
|
||||
|
||||
///@}
|
||||
/** @defgroup scm-localenv-printable-facet **/
|
||||
///@{
|
||||
|
||||
bool pretty(const ppindentinfo & ppii) const noexcept;
|
||||
|
||||
///@}
|
||||
|
||||
private:
|
||||
/** parent environment (from closure) **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue