A simple callback-based parser for tabular data encoded as CSV (Comma Separated Values), written in Objective-C.
Slightly heavy-weight as it was meant to not take short-cuts as a full push-down automaton state machine parser. This was initially an experiment in how to build such parsers.