pub fn parsed_to_ast(
    parse_program: &ParseProgram,
    initial_namespace: Module
) -> CompileAstResult