pub fn parse_program_with_file_id( file_id: FileId, input: &str, ) -> Result<Program, SyntaxError>
Parse a source string into a frontend program AST with a concrete file id.