1 / 3

Lecture # 2

Lecture # 2. Topics Discussed in Class. Section 1.1: Introduction to Compilers Analysis Synthesis Model Section 1.2: Lexical Analysis (Also called Scanning), Syntax Analysis, Semantic Analysis Section 1.3: The phases of Compiler (complete).

jarah
Télécharger la présentation

Lecture # 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lecture # 2

  2. Topics Discussed in Class • Section 1.1: Introduction to Compilers Analysis Synthesis Model • Section 1.2: Lexical Analysis (Also called Scanning), Syntax Analysis, Semantic Analysis • Section 1.3: The phases of Compiler (complete)

  3. Section 1.4: Cousins of Compiler • Interpreters: discussed in detail in first lecture • Preprocessors: They produce input for the compiler. They perform jobs such as deleting comments, include files, perform macros etc. • Assemblers: They are translators for Assembly language. Sometimes the compiler will generate assembly language in symbolic form then hand it over to assemblers. • Linkers: Both compilers and assemblers rely on linkers to collect code separately compiled or assembled in object file into a file that is directly executable. • Loaders: It resolves all relocatable addresses to base address

More Related