pub fn parse_source<T: Parse>(source: Arc<SourceFile>) -> Result<T>
Scans and parses the given source file into the syntax tree node T.
T
This function ignores all whitespace.
Forwards any errors from T::parse.
T::parse