[Compilation Principles] Study Notes

Chapter 1 Introduction

1.1 Compiler and interpreter (emphasis)
1.2 Compilation process and structure of compiler (emphasis)
1.2.1 Overview of compilation process
1.2.2 Compiler structure
1.2.3 Combination of compilation stages
1.3 Application of compiler in other software (self-study )
1.4 PL/0 language compilation system (self-study)

Thursday, once every three weeks, computer test

  • The first stage: lexical analysis p2
  • The second stage: syntax analysis p3
    • Task
    • grammatical units of programming languages
  • The third phase
  • Stage 4
  • The fifth stage: target code generation p5·

Guess you like

Origin blog.csdn.net/Lenhart001/article/details/132714131