xo-reader2: refactor: move ExpectFormalArgSsm support -> subdir

This commit is contained in:
Roland Conybeare 2026-03-17 12:57:41 -04:00
commit f4514fc667
11 changed files with 18 additions and 25 deletions

View file

@ -57,8 +57,8 @@ set(SELF_SRCS
IPrintable_DExpectFormalArglistSsm.cpp
DExpectFormalArgSsm.cpp
ISyntaxStateMachine_DExpectFormalArgSsm.cpp
IPrintable_DExpectFormalArgSsm.cpp
facet/ISyntaxStateMachine_DExpectFormalArgSsm.cpp
facet/IPrintable_DExpectFormalArgSsm.cpp
DExpectSymbolSsm.cpp
ISyntaxStateMachine_DExpectSymbolSsm.cpp

View file

@ -3,16 +3,9 @@
* @author Roland Conybeare, Jan 2026
**/
#include "DExpectFormalArgSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectFormalArgSsm.hpp"
#include "DExpectSymbolSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectSymbolSsm.hpp"
#include "DExpectTypeSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectTypeSsm.hpp"
#ifdef NOT_YET
#include "xo/expression/Variable.hpp"
#endif
#include "ExpectFormalArgSsm.hpp"
#include "ExpectSymbolSsm.hpp"
#include "ExpectTypeSsm.hpp"
namespace xo {
using xo::scm::DVariable;

View file

@ -3,10 +3,10 @@
* @author Roland Conybeare, Jan 2026
*/
#include "DExpectFormalArglistSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectFormalArglistSsm.hpp"
#include "DExpectFormalArgSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectFormalArgSsm.hpp"
#include "ExpectFormalArglistSsm.hpp"
//#include "ssm/ISyntaxStateMachine_DExpectFormalArglistSsm.hpp"
#include "ExpectFormalArgSsm.hpp"
//#include "ssm/ISyntaxStateMachine_DExpectFormalArgSsm.hpp"
#include <xo/expression2/DVariable.hpp>
#include <xo/expression2/detail/IGCObject_DVariable.hpp>
#include <xo/printable2/Printable.hpp>

View file

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

View file

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