xo-interpreter2 stack: work on variable references [WIP]

This commit is contained in:
Roland Conybeare 2026-02-05 10:44:11 -05:00
commit 4cd4328f07
6 changed files with 274 additions and 21 deletions

View file

@ -0,0 +1,12 @@
/** @file ExpectExprSsm.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DExpectExprSsm.hpp"
#include "ssm/ISyntaxStateMachine_DExpectExprSsm.hpp"
#include "ssm/IPrintable_DExpectExprSsm.hpp"
/* end ExpectExprSsm.hpp */