xo-reader2 scaffold (fomo+arena version of xo-reader/) [WIP]

This commit is contained in:
Roland Conybeare 2026-01-18 17:59:46 -05:00
commit 7ee57309b5
25 changed files with 1378 additions and 11 deletions

View file

@ -0,0 +1,22 @@
/** @file SyntaxStateMachine.hpp
*
* Generated automagically from ingredients:
* 1. code generator:
* [/home/roland/proj/xo-umbrella2-claude1/xo-facet/codegen/genfacet]
* arguments:
* --input [idl/SyntaxStateMachine.json5]
* 2. jinja2 template for facet .hpp file:
* [facet.hpp.j2]
* 3. idl for facet methods
* [idl/SyntaxStateMachine.json5]
**/
#pragma once
#include "ssm/ASyntaxStateMachine.hpp"
#include "ssm/ISyntaxStateMachine_Any.hpp"
#include "ssm/ISyntaxStateMachine_Xfer.hpp"
#include "ssm/RSyntaxStateMachine.hpp"
/* end SyntaxStateMachine.hpp */