xo-interpreter2 stack: handle operator expressions w/ qliterals
This commit is contained in:
parent
3f8be97290
commit
906bb2a913
24 changed files with 942 additions and 51 deletions
12
include/xo/reader2/ExpectQLiteralSsm.hpp
Normal file
12
include/xo/reader2/ExpectQLiteralSsm.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file ExpectQLiteralSsm.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Mar 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DExpectQLiteralSsm.hpp"
|
||||
#include "ssm/ISyntaxStateMachine_DExpectQLiteralSsm.hpp"
|
||||
#include "ssm/IPrintable_DExpectQLiteralSsm.hpp"
|
||||
|
||||
/* end ExpectQLiteralSsm.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue