xo-reader2 stack: streamlining + arith parser test
This commit is contained in:
parent
b994c56bc5
commit
bdc7b33c8f
5 changed files with 157 additions and 17 deletions
13
xo-expression2/include/xo/expression2/ApplyExpr.hpp
Normal file
13
xo-expression2/include/xo/expression2/ApplyExpr.hpp
Normal file
|
|
@ -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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue