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

@ -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;