📒
Fundamentals on Building Customizable Compilers
  • Cover
  • Table of Contents
  • Preamble
    • [0.1] Who is this book for?
  • [0.2] Compiler vs Transpiler
  • Chapter 1
    • [0.0] Introduction
    • [1.0] Language Processors
      • Quiz [1.0]
  • [2.0] The Structure of a Compiler
    • [2.1] Lexical Analysis
    • [2.2] Syntax Analysis
    • [2.3] Intermediate Code Generation
    • [2.4] Code Optimization
    • [2.5] Code Emission
    • [2.6] Symbol Management
    • [2.7] Phases into Passes
    • [2.8] Compiler Generator Tools
    • Quiz [2.0]
  • [3.0] The Science Behind the Magic of Compilers
    • [3.1] Fundamental Molding of a Modern Compiler
    • [3.2] The Science of Optimizer Voodoo
    • Quiz [3.0]
  • [4.0] Programming Languages 101
    • [4.1] Static? Dynamic? Distinctive?
    • [4.2] Save the Environment and your State
    • [4.3] Static Scope
    • [4.4] Block Structure
    • [4.5] Explicit Access Control
    • [4.6] Dynamic Scope
    • [4.7] Can you Pass me the Parameter?
    • [4.8] Keyword Aliasing and Halloween Costumes
    • [4.9] Did you return your library books?
    • Quiz [4.0]
  • Summary for Chapter 1
  • Quiz Answer Key
Powered by GitBook
On this page

Was this helpful?

Quiz Answer Key

You may use this page to check your answers for the quizzes. Self research and rereading chapters is heavily encouraged.

PreviousSummary for Chapter 1

Last updated 4 years ago

Was this helpful?