moo/moo/kernel/Moo.moo
hyunghwan.chung 3fcfcff0ad added a new modifier #variadic to make variadic method definition more obvious.
allowed the #primitive modifier in a method definition not associated with an external module.
fixed a bug in handling soft failure from numbered primitive functions
2017-03-23 16:14:22 +00:00

15 lines
357 B
Plaintext

#include 'Apex.moo'.
#include 'Context.moo'.
#include 'Except.moo'.
#include 'Class.moo'.
#include 'System.moo'.
#include 'Boolean.moo'.
#include 'Magnitu.moo'.
#include 'Collect.moo'.
#include 'Process.moo'.
(* -------------------------------------------------------------------------- *)
#include 'FFI.moo'.
#include 'Stdio.moo'.
#include 'Console.moo'.