Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 426 Bytes

File metadata and controls

5 lines (4 loc) · 426 Bytes

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.