xo-interpreter2 stack: refactor + bugfix operator expr
This commit is contained in:
parent
6f76c9ee3b
commit
b69ec48d00
6 changed files with 164 additions and 31 deletions
20
include/xo/numeric/numeric_register_primitives.hpp
Normal file
20
include/xo/numeric/numeric_register_primitives.hpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/** @file numeric_register_primitives.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Mar 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "PrimitiveRegistry.hpp"
|
||||
#include <xo/alloc2/Collector.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
/** Register gc-aware (AGCObject,DRepr) combinations with garbage collector @p gc **/
|
||||
bool numeric_register_primitives(obj<xo::mm::AAllocator> gc,
|
||||
InstallSink sink,
|
||||
InstallFlags flags);
|
||||
}
|
||||
}
|
||||
|
||||
/* end numeric_register_primitives.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue