Expand description
Mapping between CanonicalMemory and its on-disk OKF representation.
This is the only place that knows the file format. Everything else in the engine works with the domain type, so changing the serialization is a local edit rather than a sweep.
Constants§
- OKF_
VERSION - The format version written into every record.
Functions§
- from_
document - Parse an OKF document back into a canonical memory.
- to_
document - Render a canonical memory as an OKF document.