xo-interpreter2 stack: modularize nth() primitive setup/install
This commit is contained in:
parent
4c9771126b
commit
e67117c815
6 changed files with 22 additions and 5 deletions
|
|
@ -90,6 +90,7 @@ namespace xo {
|
|||
obj<AAllocator> expr_alloc() const noexcept { return expr_alloc_; }
|
||||
DGlobalSymtab * global_symtab() const noexcept { return global_symtab_.data(); }
|
||||
DLocalSymtab * local_symtab() const noexcept { return local_symtab_; }
|
||||
DGlobalEnv * global_env() const noexcept { return global_env_.data(); }
|
||||
const ParserResult & result() const noexcept { return result_; }
|
||||
|
||||
/** polymoprhihc multiply primitive. Use to implement infix op* **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue