xo-interpreter2 stack: define-expr's work at top-level
This commit is contained in:
parent
57f6f9073e
commit
6f3833d6fb
56 changed files with 1550 additions and 65 deletions
|
|
@ -43,8 +43,6 @@ namespace xo {
|
|||
|
||||
template <typename T>
|
||||
T * std_copy_for(const T * src) noexcept {
|
||||
// TODO: fix alloc_copy(), should take const std::byte *
|
||||
|
||||
T * copy = (T *)(this->alloc_copy_for(src));
|
||||
|
||||
if (copy) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue