xo-interpreter2 stack: scaffold DClosure, DLocalEnv [WIP]
This commit is contained in:
parent
5d070f4e98
commit
4278ea726a
4 changed files with 28 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace xo {
|
|||
private:
|
||||
/** parent symbol table from scoping surrounding this one **/
|
||||
DLocalSymtab * parent_ = nullptr;
|
||||
/** actual range of slots_[] array. Can use inices in [0,..,n) **/
|
||||
/** actual range of slots_[] array. Can use indices in [0,..,n) **/
|
||||
size_type capacity_ = 0;
|
||||
/** number of slots in use **/
|
||||
size_type size_ = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue