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 ExprSeqState.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DExprSeqState.hpp"
#include "ssm/ISyntaxStateMachine_DExprSeqState.hpp"
#include "ssm/IPrintable_DExprSeqState.hpp"
/* end ExprSeqState.hpp */