ammer

ammer-core

ammer-core is a macro library that forms the foundation of ammer. Its main function is to allow each ammer target to be compiled and linked to C functions. To achieve this:

The API of ammer-core is quite low-level and stays quite close to the C counterparts. Notably, ammer-core does not map Haxe classes and types to native libraries, it does not assume that there is a single dynamic library being defined, and it does not process metadata or defines: these are all handled by ammer.

« Previous: Type cycles Next: Interface »