xo-interpreter2 stack: + dict.make() + Dictionary impl
This commit is contained in:
parent
c05b301742
commit
7871c7dbea
16 changed files with 904 additions and 23 deletions
12
include/xo/object2/Dictionary.hpp
Normal file
12
include/xo/object2/Dictionary.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file Dictionary.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Mar 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DDictionary.hpp"
|
||||
#include "dictionary/IGCObject_DDictionary.hpp"
|
||||
#include "dictionary/IPrintable_DDictionary.hpp"
|
||||
|
||||
/* end Dictionary.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue