Table of Contents
hide
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
![]()
0 Comments