From 5ad6934f2c65941555f76eb2f5d9ee19c25bc9b5 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 21 Jan 2026 12:14:35 -0500 Subject: [PATCH] xo-reader2: handle parsed typedescr + use in DDefineSsm --- include/xo/expression2/DDefineExpr.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/xo/expression2/DDefineExpr.hpp b/include/xo/expression2/DDefineExpr.hpp index 59826aa2..1056dbb7 100644 --- a/include/xo/expression2/DDefineExpr.hpp +++ b/include/xo/expression2/DDefineExpr.hpp @@ -51,10 +51,13 @@ namespace xo { obj rhs() const noexcept { return rhs_; } const DUniqueString * name() const noexcept; + ///@} + /** @defgroup scm-definexpr-bookkeeping-methods **/ + ///@{ + void assign_lhs_name(const DUniqueString * name); ///@} - /** @defgroup scm-defineexpr-expression-facet **/ ///@{