Parsing




CS152

Chris Pollett

Sep 15, 2021

Outline

Introduction

Lexical Errors

Pragmas

Parsing - CFGs

More on Context Free Grammars

Parse Trees

In-Class Exercise

Parsers

LL and LR Parser

Example of LL versus LR parsing

Recursive Descent Parsing Example

Parse Tree for Calculator Example Program

Parse Tree for Calculator Example

Recursive Descent Example Parser

First Half of Recursive Descent Parser Second Half of Recursive Descent Parser

Remarks on Example Parser