xo-interpreter2 stack: lambda expr -> closure runs in VSM utest
This commit is contained in:
parent
9a4a6b7188
commit
0170b8dacf
22 changed files with 358 additions and 73 deletions
13
xo-expression2/include/xo/expression2/IfElseExpr.hpp
Normal file
13
xo-expression2/include/xo/expression2/IfElseExpr.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @file IfElseExpr.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DIfElseExpr.hpp"
|
||||
#include "detail/IExpression_DIfElseExpr.hpp"
|
||||
#include "detail/IGCObject_DIfElseExpr.hpp"
|
||||
#include "detail/IPrintable_DIfElseExpr.hpp"
|
||||
|
||||
/* end IfElseExpr.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue