xo-interpreter2 stack: work on variable references [WIP]

This commit is contained in:
Roland Conybeare 2026-02-05 10:44:11 -05:00
commit 370e52a149
21 changed files with 542 additions and 22 deletions

View 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 */

View file

@ -1,6 +1,6 @@
/** @file String.hpp
*
* @author Roland Conybeare, Feb 22026
* @author Roland Conybeare, Feb 2026
**/
#pragma once