0
2.2kviews
Draw architecture of compilers which takes the source code in HLL, follows different phases and converts it to object code.(any 2)

(i) Pipe and Filter (ii) Layered architecture (iii) Blackboard style

Mumbai University > Computer engineering > Sem 7 > Software.

Marks: 10 M

Year: May 11

1 Answer
0
17views

Compilers: A language translator whose input is source code and output is machine code.

enter image description here

Phases of a compiler:

It consist of 2 phase

  1. Analysis phase
  2. Synthesis phase

Analysis phase is further divided into

  • Lexical Analysis
  • Syntax Analysis
  • Semantic Analysis

Synthesis phase is further divided into - Intermediate Code Generation …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.