pub fn typeck(
comp: &mut Compiler,
parsed: &ParsedProgram,
) -> Result<TypedProgram>
Expand description
Take a ParsedProgram and produce a TypedProgram for it!
pub fn typeck(
comp: &mut Compiler,
parsed: &ParsedProgram,
) -> Result<TypedProgram>
Take a ParsedProgram and produce a TypedProgram for it!