xo-reader2: + convenience headers

This commit is contained in:
Roland Conybeare 2026-02-16 09:45:36 -05:00
commit 516ad5207b
8 changed files with 91 additions and 35 deletions

View file

@ -0,0 +1,12 @@
/** @file ExpectFormalArgSsm.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DExpectFormalArgSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectFormalArgSsm.hpp"
#include "ssm/IPrintable_DExpectFormalArgSsm.hpp"
/* end ExpectFormalArgSsm.hpp */