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 — the brink compiler
emits the root first.