pub fn parse_file( path: &Path, content: &str, language: Language, ) -> Result<Vec<Node>>
Parse a source file and extract code entities.