Function pomelo_hir::lower_ast_to_hir
source · pub fn lower_ast_to_hir(ast: SyntaxTree) -> (File, Vec<Error>)
Expand description
Obtain the HIR from the AST.
pub fn lower_ast_to_hir(ast: SyntaxTree) -> (File, Vec<Error>)
Obtain the HIR from the AST.