xo-interpreter2 stack: work on VSM for apply -> closure action [WIP]
This commit is contained in:
parent
6f87a2324a
commit
9a4a6b7188
42 changed files with 835 additions and 22 deletions
14
xo-object2/include/xo/object2/Array.hpp
Normal file
14
xo-object2/include/xo/object2/Array.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/** @file Array.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DArray.hpp"
|
||||
#include "array/ISequence_DArray.hpp"
|
||||
#include "array/IGCObject_DArray.hpp"
|
||||
#include "array/IPrintable_DArray.hpp"
|
||||
|
||||
|
||||
/* end Array.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue