Compiler Intro

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Compiler Intro as PDF for free.

More details

  • Words: 89
  • Pages: 1
A compiler is a program that reads a program in one language, the source language and translates into an equivalent program in another language, the target language. The translation process should also report the presence of errors in the source program. Source Program



Compiler



Target Program

↓ Error Messages There are two parts of compilation. The analysis part breaks up the source program into constant piece and creates an intermediate representation of the source program. The synthesis part constructs the desired target program from the intermediate representation.

Related Documents

Compiler Intro
May 2020 10
Compiler
May 2020 15
Compiler
October 2019 27
Compiler
July 2020 10
Compiler
December 2019 24
Compiler
November 2019 22