Function subscript_compiler::frontend::run_compiler_frontend [−][src]
pub fn run_compiler_frontend<'a>(source: &'a str) -> Vec<Ast<'a>>
Expand description
Parses the given source code and returns a normalized backend AST vector.