pub fn get_source_file_as_tokens<P>(path: P) -> Vec<Token> where
    P: AsRef<Path> + Debug,