boozook / parsekit

Objective-C Tokenizer and Parser Generator. Supports Grammars.

Home Page:http://parsekit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParseKit

ParseKit is a Mac OS X Framework written by Todd Ditchendorf in Objective-C and released under the Apache 2 Open Source License. ParseKit is suitable for use on iOS or Mac OS X. ParseKit is an Objective-C is heavily influced by ANTLR by Terence Parr and "Building Parsers with Java" by Steven John Metsker. Also, ParseKit depends on MGTemplateEngine by Matt Gemmell for its templating features.

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

  1. String Tokenization 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 - Generate an Objective-C source code for parser for your custom language using a BNF-style grammar syntax (similar to yacc or ANTLR). While parsing, the parser will provide callbacks to your Objective-C code.

More about ParseKit can be found on ParseKit.com

About

Objective-C Tokenizer and Parser Generator. Supports Grammars.

http://parsekit.com

License:Apache License 2.0


Languages

Language:Objective-C 99.6%Language:CSS 0.3%Language:PHP 0.1%Language:C 0.0%