pub fn from_str_or_panic(source: &str) -> Vec<Ast>
Try to parse the given value form a &str, or fail with an error message printed to stdout.
&str