Introduction

  • Syntax Analysis is the second layer/phase of a compiler.
  • The Syntax Analysis phase is also called Parsing.

Definition

Characteristics

  • Syntax Analysis is performed by a Parser/Syntax Analyzer.
  • It is the bridge between raw tokens(Lexical Analysis) and meaningful program structure(Semantic Analysis).

Introduction

Introduction

Loading


0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.