enhanced the system to be able to attach trailing spaces to an object upon instantiation, especially for external modules to be able to secure GC-safe free workspace inside an instantiated object added moo_setclasstrsize(), moo_getobjtrailer() for the trailer feature
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
#include 'Apex.moo'.
|
|
#include 'Context.moo'.
|
|
#include 'Except.moo'.
|
|
#include 'Class.moo'.
|
|
#include 'Boolean.moo'.
|
|
#include 'Magnitu.moo'.
|
|
#include 'Collect.moo'.
|
|
#include 'Process.moo'.
|
|
|
|
(* -------------------------------------------------------------------------- *)
|
|
#include 'FFI.moo'.
|
|
#include 'Stdio.moo'.
|
|
#include 'Console.moo'.
|