itod / pegkit

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

Move internal declarations to +Subclass header files #37

Open ewanmellor opened 8 years ago

ewanmellor commented 8 years ago

Move PKToken and PKTokenizerState internal declarations to +Subclass header files.

This avoids repeating the same declarations for every subclass. This removes 28 blocks of duplicated declarations.