Function typeck

Source
pub fn typeck(
    comp: &mut Compiler,
    parsed: &ParsedProgram,
) -> Result<TypedProgram>
Expand description

Take a ParsedProgram and produce a TypedProgram for it!