Re: Which Foundation classes should I use for parsing text from a file?
Re: Which Foundation classes should I use for parsing text from a file?
- Subject: Re: Which Foundation classes should I use for parsing text from a file?
- From: Ben <email@hidden>
- Date: Fri, 19 Jun 2009 16:47:27 +0100
I recommend TDParseKit by Todd Ditchendorf (http://ditchnet.org/tdparsekit/
). It comes with a demo app and can be used for tokenizing and
parsing. The code is also moderately easy to browse, though a whole
framework might be a bit heavy depending on what your needs are.
- Ben
On 19 Jun 2009, at 15:58, Michael A. Crawford wrote:
My NS class vocabulary is a little shallow when it comes to text
processing. I'm sure that there are classes in Foundation that can
be used to put together a text processing application in short
order, I just don't know what they are. I'm looking through the
docs now, but I'm kind of in a hurry and would prefer to minimize
the trial-error duration of my current endeavor.
So, which class or combination of classes do you recommend for read
in ASCII text from a file and them parsing it out based on a given
structure?
-Michael
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden