xo-reader2 stack: streamlining + arith parser test

This commit is contained in:
Roland Conybeare 2026-02-03 14:27:42 -05:00
commit bdc7b33c8f
5 changed files with 157 additions and 17 deletions

View 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 */