xo-interpreter2 stack: work on variable references [WIP]
This commit is contained in:
parent
4278ea726a
commit
da1f099b4f
2 changed files with 16 additions and 0 deletions
13
include/xo/expression2/Variable.hpp
Normal file
13
include/xo/expression2/Variable.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @file Variable.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DVariable.hpp"
|
||||
#include "detail/IExpression_DVariable.hpp"
|
||||
#include "detail/IGCObject_DVariable.hpp"
|
||||
#include "detail/IPrintable_DVariable.hpp"
|
||||
|
||||
/* end Variable.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue