xo-interpreter2 stack: refactor + bugfix operator expr
This commit is contained in:
parent
7c3d546982
commit
93b613e8fe
14 changed files with 15 additions and 515 deletions
|
|
@ -63,12 +63,7 @@ namespace xo {
|
|||
FacetRegistry::register_impl<AGCObject, DVsmSeqContFrame>();
|
||||
FacetRegistry::register_impl<APrintable, DVsmSeqContFrame>();
|
||||
|
||||
// GlobalEnv
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DGlobalEnv>();
|
||||
FacetRegistry::register_impl<APrintable, DGlobalEnv>();
|
||||
|
||||
// LocalEnv
|
||||
// LocalEnv (see xo-reader2/ for GlobalEnv)
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DLocalEnv>();
|
||||
FacetRegistry::register_impl<APrintable, DLocalEnv>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue