xo-interpreter2 stack: scaffold DClosure, DLocalEnv [WIP]
This commit is contained in:
parent
a63e4b1dae
commit
cbca2b7c6b
7 changed files with 254 additions and 0 deletions
12
include/xo/interpreter2/LocalEnv.hpp
Normal file
12
include/xo/interpreter2/LocalEnv.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file LocalEnv.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DLocalEnv.hpp"
|
||||
//#include "detail/IGCObject_DLocalEnv.hpp"
|
||||
//#include "detail/IPrintable_DLocalEnv.hpp"
|
||||
|
||||
/* end LocalEnv.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue