Documentation

Macros

All the public Macros in LanguageKitRuntime

Macros

Default

MSG( retTy, name)

Preamble for a SmallInt message. These are statically looked up and do not have a selector argument. Ideally, they are small enough to inline. Replace : with _ in the selector name.

    MSG0( name)

    Small int message with no arguments.

      MSG1( name)

      Small int message with one argument.