pub fn link(
data: &StoryData,
) -> Result<(Program, Vec<Vec<LineEntry>>), RuntimeError>Expand description
Link a StoryData into an executable Program.
Builds lookup tables mapping DefinitionIds to flat array indices.
The root container is containers[0] by convention — both the converter
and the brink compiler emit the root first.