xo-procedure2: + DPrimitive_gco_0 (primitive with 0 arguments)
This commit is contained in:
parent
c99ac53c72
commit
bb20725940
15 changed files with 429 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "Procedure.hpp"
|
||||
#include "SimpleRcx.hpp"
|
||||
#include "Primitive_gco_0.hpp"
|
||||
#include "Primitive_gco_2_gco_gco.hpp"
|
||||
|
||||
#include <xo/gc/GCObject.hpp>
|
||||
|
|
@ -25,6 +26,10 @@ namespace xo {
|
|||
|
||||
FacetRegistry::register_impl<ARuntimeContext, DSimpleRcx>();
|
||||
|
||||
FacetRegistry::register_impl<AProcedure, DPrimitive_gco_0>();
|
||||
FacetRegistry::register_impl<AGCObject, DPrimitive_gco_0>();
|
||||
FacetRegistry::register_impl<APrintable, DPrimitive_gco_0>();
|
||||
|
||||
FacetRegistry::register_impl<AProcedure, DPrimitive_gco_2_gco_gco>();
|
||||
FacetRegistry::register_impl<AGCObject, DPrimitive_gco_2_gco_gco>();
|
||||
FacetRegistry::register_impl<APrintable, DPrimitive_gco_2_gco_gco>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue