xo-alloc/xo-interpreter2/include/xo/interpreter2/DApplyFrame.hpp

20 lines
374 B
C++

/** @file DApplyFrame.hpp
*
* @author Roland Conyberae, Feb 2026
**/
#pragma once
namespace xo {
namespace scm {
/** In virtual schematika machine (VSM):
* stack frame for interpreted apply expression
* (@ref DApplyExpr)
**/
class DApplyFrame {
obj<AGCObject>
};
}
}
/* end DApplyFrame.hpp */