Inherits from CPShiftReduceParser : CPParser : NSObject
Declared in CPLR1Parser.h
CPLR1Parser.m

Overview

The CPLR1Parser class is a concrete implementation of CPParser based on the left-to-right parsing method with a one symbol lookahead.

The LR1 parser is the slowest parser type available in CoreParse, but covers the largest set of grammars. LR1 parsers may consume significant amounts of memory.