xo-reader2: refactor: move Lambda genfacet files to subdirs
This commit is contained in:
parent
afe34f1d8a
commit
309af002d2
10 changed files with 17 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/IPrintable_DLambdaSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/IPrintable_DLambdaSsm.hpp"
|
||||
#include "lambda/IPrintable_DLambdaSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/ISyntaxStateMachine_DLambdaSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/ISyntaxStateMachine_DLambdaSsm.hpp"
|
||||
#include "lambda/ISyntaxStateMachine_DLambdaSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
Loading…
Add table
Add a link
Reference in a new issue