:eyes: [The implementations of the functions “cue_parse_file” and “cue_parse_string”](https://github.com/lipnitsk/libcue/blob/7176a1faccecbfe2d4cca2f776177439ca49cad2/cue_parser.y#L340-L384 "Development status") contain a bit of common code. How do you think about to [extract it to another function](https://refactoring.com/catalog/extractFunction.html "Description for a software refactoring")? :thinking:
👀 The implementations of the functions “cue_parse_file” and “cue_parse_string” contain a bit of common code.
How do you think about to extract it to another function? 🤔