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
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/reader2",
|
||||
output_cpp_dir: "src/reader2/facet",
|
||||
output_hpp_dir: "include/xo/reader2",
|
||||
output_impl_subdir: "ssm",
|
||||
output_impl_subdir: "lambda",
|
||||
includes: [ "<xo/printable2/Printable.hpp>",
|
||||
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
|
||||
local_types: [],
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
mode: "implementation",
|
||||
output_cpp_dir: "src/reader2",
|
||||
output_cpp_dir: "src/reader2/facet",
|
||||
output_hpp_dir: "include/xo/reader2",
|
||||
output_impl_subdir: "ssm",
|
||||
output_impl_subdir: "lambda",
|
||||
includes: [ "\"SyntaxStateMachine.hpp\"",
|
||||
"\"ssm/ISyntaxStateMachine_Xfer.hpp\"" ],
|
||||
local_types: [ ],
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#include "DLambdaSsm.hpp"
|
||||
#include "ssm/ISyntaxStateMachine_DLambdaSsm.hpp"
|
||||
#include "ssm/IPrintable_DLambdaSsm.hpp"
|
||||
#include "lambda/DLambdaSsm.hpp"
|
||||
#include "lambda/ISyntaxStateMachine_DLambdaSsm.hpp"
|
||||
#include "lambda/IPrintable_DLambdaSsm.hpp"
|
||||
|
||||
/* end LambdaSsm.hpp */
|
||||
|
|
|
|||
|
|
@ -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