xo-reader2 stack: streamlining + arith parser test
This commit is contained in:
parent
523538b21c
commit
0fff79d6b7
1 changed files with 13 additions and 0 deletions
13
include/xo/expression2/ApplyExpr.hpp
Normal file
13
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