Review of Inside the Compiler

Purple·2021년 8월 24일
0
  1. Part of the compilation process:
    1) Code Generation
    2) Syntax Analysis
    3) Optimization
    4) Lexical Analysis
    5) Linking

  2. Syntax Analysis performs syntax rules checking and constructs a symbol table and abstract syntax tree.

  3. The linker combines partial programs and libraries into a single executable.

profile
다시 보면, 더 많은 것들이 보인다.

0개의 댓글