xo-reader2: refactor: move ExpectFormalArgSsm support -> subdir
This commit is contained in:
parent
ed3b5bfb4e
commit
f4514fc667
11 changed files with 18 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue