This directory contains code from Point-Free Episode: Parsing Xcode Logs: Part 1
Now that we've refamiliarized ourselves with parsing, let's parse something even more complex: XCTest logs. We will parse and pretty-print the output from
xcodebuild
and discover more reusable combinators along the way.