About this HTML presentation
This Shipslides page presents Compilers as an interactive HTML presentation deck in the Technology catalog with 32 slides. The share page keeps the uploaded deck sandboxed while exposing readable context, topics, and a slide outline for viewers and search engines.
A compiler is a program that translates a program. The input is source code in one language; the output is an executable program — usually in machine code, sometimes in another high-level language, sometimes in bytecode for a virtual machine. Key sections include: Compi lers.; Opening What a compiler is.; Chapter I The five phases.; Chapter II Hopper and the A-0.; Chapter III FORTRAN I.; Chapter IV Lexical analysis.; Chapter V Context-free grammars.; Chapter VI LL, LR, and friends.; Chapter VII Abstract syntax trees.; Chapter VIII Type checking..
Key sections
- 01Compi lers.
- 02Opening What a compiler is.
- 03Chapter I The five phases.
- 04Chapter II Hopper and the A-0.
- 05Chapter III FORTRAN I.
- 06Chapter IV Lexical analysis.
- 07Chapter V Context-free grammars.
- 08Chapter VI LL, LR, and friends.