xo-reader2 scaffold (fomo+arena version of xo-reader/) [WIP]
This commit is contained in:
parent
185519a22e
commit
7ee57309b5
25 changed files with 1378 additions and 11 deletions
22
include/xo/reader2/SyntaxStateMachine.hpp
Normal file
22
include/xo/reader2/SyntaxStateMachine.hpp
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue