xo-interpreter2 stack: work on variable references [WIP]
This commit is contained in:
parent
8b9a2e09d6
commit
d8447d025e
2 changed files with 13 additions and 1 deletions
12
include/xo/object2/Boolean.hpp
Normal file
12
include/xo/object2/Boolean.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file Boolean.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DBoolean.hpp"
|
||||
#include "boolean/IGCObject_DBoolean.hpp"
|
||||
#include "boolean/IPrintable_DBoolean.hpp"
|
||||
|
||||
/* end Boolean.hpp */
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/** @file String.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 22026
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue