xo-reader2: refactor: move deftype impl to deftype/ subdir
This commit is contained in:
parent
309af002d2
commit
af978694ac
10 changed files with 12 additions and 14 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: "deftype",
|
||||
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: "deftype",
|
||||
includes: [ "\"SyntaxStateMachine.hpp\"",
|
||||
"\"ssm/ISyntaxStateMachine_Xfer.hpp\"" ],
|
||||
local_types: [ ],
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/IPrintable_DDeftypeSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/IPrintable_DDeftypeSsm.hpp"
|
||||
#include "deftype/IPrintable_DDeftypeSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
* [idl/ISyntaxStateMachine_DDeftypeSsm.json5]
|
||||
**/
|
||||
|
||||
#include "ssm/ISyntaxStateMachine_DDeftypeSsm.hpp"
|
||||
#include "deftype/ISyntaxStateMachine_DDeftypeSsm.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
Loading…
Add table
Add a link
Reference in a new issue