xo-interpreter2 stack: parse literal lists (w/ implicit types)
This commit is contained in:
parent
906bb2a913
commit
f2a9aa3f52
19 changed files with 1052 additions and 99 deletions
12
include/xo/reader2/ExpectQListSsm.hpp
Normal file
12
include/xo/reader2/ExpectQListSsm.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file ExpectQListSsm.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Mar 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DExpectQListSsm.hpp"
|
||||
#include "ssm/ISyntaxStateMachine_DExpectQListSsm.hpp"
|
||||
#include "ssm/IPrintable_DExpectQListSsm.hpp"
|
||||
|
||||
/* end ExpectQListSsm.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue