CPSLRParser Class Reference
| Inherits from | CPShiftReduceParser : CPParser : NSObject | 
| Declared in | CPSLRParser.h CPSLRParser.m  | 
Overview
The CPSLRParser class is a concrete implementation of CPParser based on the simple left-to-right parsing method.
The SLR parser is the fastest parser type available in CoreParse, but covers the smallest set of grammars.