xo-reader2: refactor: move deftype impl to deftype/ subdir

This commit is contained in:
Roland Conybeare 2026-03-11 10:32:31 -05:00
commit af978694ac
10 changed files with 12 additions and 14 deletions

View file

@ -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: "deftype",
includes: [ "<xo/printable2/Printable.hpp>",
"<xo/printable2/detail/IPrintable_Xfer.hpp>" ],
local_types: [],

View file

@ -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: "deftype",
includes: [ "\"SyntaxStateMachine.hpp\"",
"\"ssm/ISyntaxStateMachine_Xfer.hpp\"" ],
local_types: [ ],

View file

@ -5,8 +5,8 @@
#pragma once
#include "DDeftypeSsm.hpp"
#include "ssm/ISyntaxStateMachine_DDeftypeSsm.hpp"
#include "ssm/IPrintable_DDeftypeSsm.hpp"
#include "deftype/DDeftypeSsm.hpp"
#include "deftype/ISyntaxStateMachine_DDeftypeSsm.hpp"
#include "deftype/IPrintable_DDeftypeSsm.hpp"
/* end DeftypeSsm.hpp */

View file

@ -26,8 +26,8 @@ set(SELF_SRCS
IPrintable_DDefineSsm.cpp
DDeftypeSsm.cpp
ISyntaxStateMachine_DDeftypeSsm.cpp
IPrintable_DDeftypeSsm.cpp
facet/ISyntaxStateMachine_DDeftypeSsm.cpp
facet/IPrintable_DDeftypeSsm.cpp
DIfElseSsm.cpp
facet/ISyntaxStateMachine_DIfElseSsm.cpp

View file

@ -6,12 +6,10 @@
#include "DToplevelSeqSsm.hpp"
#include "ssm/ISyntaxStateMachine_DToplevelSeqSsm.hpp"
#include "DDefineSsm.hpp"
#include "DDeftypeSsm.hpp"
#include "DeftypeSsm.hpp"
#include "LambdaSsm.hpp"
//#include "lambda/DLambdaSsm.hpp"
#include "ProgressSsm.hpp"
#include "IfElseSsm.hpp"
//#include "ifelse/DIfElseSsm.hpp"
#include "QuoteSsm.hpp"
#include "ParenSsm.hpp"
#include "ExpectExprSsm.hpp"

View file

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

View file

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