Reference Guides Introduction
The following reference guides are technical descriptions of the Mimi machinery, organized around the actual code behind Mimi and intended to be information-oriented for those interested in the internals or needing to more deeply understand those aspects in order to carry out their projects. Given the complexity of this code base, these references are not comprehensive, but intended to target some important and relevant aspects of Mimi.
If you find a bug in these reference guides, or have a clarifying question or suggestion, please reach out via Github Issues or our Mimi Framework forum. We welcome your feedback.
Available Reference Guides
- Reference Guide: The Mimi API provides a guide to the public API for Mimi, including macros, types, and functions along with their signatures and descriptions.
- Reference Guide: Structures describes the core data structures used to implement in Mimi 1.0.
- Reference Guide: Structures - Definitions describes the core definition data structures used to implement in Mimi 1.0.
- Reference Guide: Structures - Instances describes the core instance data structures used to implement in Mimi 1.0.