itod / pegkit

'Parsing Expression Grammar' toolkit for Cocoa/Objective-C
MIT License
392 stars 37 forks source link

Expose parseWithTokenizer in the interface. #23

Open ewanmellor opened 9 years ago

ewanmellor commented 9 years ago

This allows callers to use tokenizers other than the PKTokenizer instances that parseString and parseStream create.