xo-reader2: refactor: move Lambda genfacet files to subdirs

This commit is contained in:
Roland Conybeare 2026-03-11 10:27:04 -05:00
commit 309af002d2
10 changed files with 17 additions and 16 deletions

View file

@ -38,8 +38,8 @@ set(SELF_SRCS
IPrintable_DSequenceSsm.cpp
DLambdaSsm.cpp
ISyntaxStateMachine_DLambdaSsm.cpp
IPrintable_DLambdaSsm.cpp
facet/ISyntaxStateMachine_DLambdaSsm.cpp
facet/IPrintable_DLambdaSsm.cpp
DApplySsm.cpp
ISyntaxStateMachine_DApplySsm.cpp

View file

@ -7,7 +7,8 @@
#include "ssm/ISyntaxStateMachine_DToplevelSeqSsm.hpp"
#include "DDefineSsm.hpp"
#include "DDeftypeSsm.hpp"
#include "DLambdaSsm.hpp"
#include "LambdaSsm.hpp"
//#include "lambda/DLambdaSsm.hpp"
#include "ProgressSsm.hpp"
#include "IfElseSsm.hpp"
//#include "ifelse/DIfElseSsm.hpp"
@ -24,13 +25,13 @@
#include <xo/alloc2/GCObject.hpp>
namespace xo {
using xo::scm::DProgressSsm;
//using xo::scm::DProgressSsm;
using xo::scm::DConstant;
using xo::scm::DFloat;
//using xo::scm::DFloat;
using xo::mm::AGCObject;
using xo::mm::AAllocator;
//using xo::mm::AAllocator;
using xo::mm::DArena;
using xo::facet::with_facet;
//using xo::facet::with_facet;
using xo::reflect::typeseq;
namespace scm {

View file

@ -11,7 +11,7 @@
* [idl/IPrintable_DLambdaSsm.json5]
**/
#include "ssm/IPrintable_DLambdaSsm.hpp"
#include "lambda/IPrintable_DLambdaSsm.hpp"
namespace xo {
namespace scm {

View file

@ -11,7 +11,7 @@
* [idl/ISyntaxStateMachine_DLambdaSsm.json5]
**/
#include "ssm/ISyntaxStateMachine_DLambdaSsm.hpp"
#include "lambda/ISyntaxStateMachine_DLambdaSsm.hpp"
namespace xo {
namespace scm {