[][src]Function zypo_rs::parser::ast_result

pub fn ast_result(input: &str) -> Vec<Function>

Gets the abstract syntax tree generated from the parser of zypo-rs. This function will panic is parsing fails and is intended for developers aiming to implament the parser into code generation.

Please see Function for more infomation of what this will immidiatly return.