Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itod committed Jan 27, 2010
1 parent 25b1713 commit af001df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -4,9 +4,9 @@ ParseKit is a Mac OS X Framework written by Todd Ditchendorf in Objective-C 2.0

The ParseKit Framework offers 3 basic services of general interest to Cocoa developers:

1. **"String Tokenization":/tokenization.html** via the Objective-C PKTokenizer and PKToken classes.
1. **"String Tokenization":http://parsekit.com/tokenization.html** via the Objective-C PKTokenizer and PKToken classes.
2. **High-Level Language Parsing via Objective-C** - An Objective-C parser-building API (the PKParser class and sublcasses).
3. **"Objective-C Parser Generation via Grammars":grammars.html** - Generate an Objective-C parser for your custom language using a "BNF":http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form-style grammar syntax (similar to yacc or ANTLR). While parsing, the parser will provide callbacks to your Objective-C code.
3. **"Objective-C Parser Generation via Grammars":http://parsekit.com/grammars.html** - Generate an Objective-C parser for your custom language using a "BNF":http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form-style grammar syntax (similar to yacc or ANTLR). While parsing, the parser will provide callbacks to your Objective-C code.


h2. More documentation:
Expand Down

0 comments on commit af001df

Please sign in to comment.