跳转至

Compile Principle | 编译原理👀

约 275 个字 预计阅读时间 1 分钟

Abstract

考核方式
  • 课程作业(课后小型练习题) = 10%
  • 随堂测验 = 10%
  • 期中考试 = 15%
  • 综合性课程设计 = 25%
  • 期末考试 = 40%

Attention

  • 基本块后面的笔记先不发了(做不完了
  • 需要的看他(@小🐷)的去
More Reference
  • Stanford cs143
  • MIT
  • UC Berkeley
  • Compiler – Principles, Techniques and Tools (2nd ed.) , Aho, Sethi and Ullman(俗称“龙书”)
  • Engineering a Compiler (2nd/3rd ed.) , Cooper, Keith D., Torczon, Linda(俗称“橡书”)
  • Advanced Compiler Design and Implementation , Steven S.Muchnick(俗称“鲸书”)
  • Parsing Techniques: A Practical Guide , Grune, Jacobs