Function link

Source
pub fn link(templates: &Vec<Template>) -> Result<Program, ParseError>
Expand description

Transforms the AST of each parsed template into a source code tree and links each template together into a single executable program.