Saturday 3 March 2012

Why LR parsing is good and attractive?



§  LR parsers can be constructed to recognize all programming language constructs for which CFG can be written.
§  LR parsing is non-backtracking Top-down parsing.
§  The LR parsing method is more general than operator precedence parsing.
                  §  LR parser can detect syntactic error as soon as possible, when left-to-right scan of the input

No comments:

Post a Comment

IE7 Issues Text Indent

                 Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the grea...