From 0fff79d6b702522adb0e8e609df5f75f8838ccaf Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 3 Feb 2026 14:27:42 -0500 Subject: [PATCH] xo-reader2 stack: streamlining + arith parser test --- include/xo/expression2/ApplyExpr.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/xo/expression2/ApplyExpr.hpp diff --git a/include/xo/expression2/ApplyExpr.hpp b/include/xo/expression2/ApplyExpr.hpp new file mode 100644 index 00000000..fd9c0764 --- /dev/null +++ b/include/xo/expression2/ApplyExpr.hpp @@ -0,0 +1,13 @@ +/** @file ApplyExpr.hpp + * + * @author Roland Conybeare, Feb 2026 + **/ + +#pragma once + +#include "DApplyExpr.hpp" +#include "detail/IExpression_DApplyExpr.hpp" +//#include "detail/IGCObject_DApplyExpr.hpp" +#include "detail/IPrintable_DApplyExpr.hpp" + +/* end ApplyExpr.hpp */