xo-interpreter: + VSM work in progress
This commit is contained in:
parent
6e8ae6926b
commit
dc88663271
10 changed files with 307 additions and 7 deletions
20
include/xo/interpreter2/DApplyFrame.hpp
Normal file
20
include/xo/interpreter2/DApplyFrame.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/** @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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue