-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c0283b
commit cc60170
Showing
2 changed files
with
10 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<h2>Course Information</h2> | ||
<b>Lectures:</b> Tuesday, 10:00am - 12:25pm<br /> | ||
<b>Instructor:</b> <a href="https://rainoftime.github.io/">rainoftime</a>, <a href="mailto:[email protected]">[email protected]</a><br /> | ||
<b>Teaching assistant:</b> <a href="mailto:[email protected]">chiaki_cage</a><br /> | ||
<b>Teaching assistant:</b> <a href="mailto:[email protected]">Chiaki Cage</a><br /> | ||
|
||
<h2>Schedule</h2> | ||
|
||
|
@@ -138,17 +138,14 @@ <h2>Assignments, Labs, Exams</h2> | |
<h2>References</h2> | ||
|
||
<ul> | ||
<li> | ||
Lecture Notes of Principles of Compilers (ing...) | ||
</li> | ||
<li>[Appel] Andrew Appel. Modern Compiler Implementation in C. | ||
<br> 现代编译原理 C语言描述. 人民邮电出版社 (虎书) | ||
</li> | ||
<li>[Dragon] Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jeffrey D. Ullman. Compilers: Principles, Techniques, and Tools. | ||
<br> 编译原理. 影印本-2011、译本-2009, 机械工业出版社 (龙书)</li> | ||
<li>[Cooper] Keith Cooper & Linda Torczon. Engineering a Compiler. | ||
<br> 编译器工程,机械工业出版社 (对应原书第1版) | ||
<br> 编译器设计,人民邮电出版社 (对应原书第2版) | ||
<br> 编译器工程,机械工业出版社 (对应原书第1版) (橡书?) | ||
<br> 编译器设计,人民邮电出版社 (对应原书第2版) (橡书?) | ||
</li> | ||
<li>[Muchnick] Steven Muchnick. Advanced Compiler Design and Implementation. | ||
<br> 高级编译器设计与实现,影印本-2003, 译本-2005 (鲸书) | ||
|
@@ -161,8 +158,6 @@ <h2>References</h2> | |
</li> | ||
<li>[HPG] <a href="https://dl.acm.org/doi/10.1145/1461928.1461946">Mary Hall, David Padua, Keshav Pingali. Compiler Research: The Next 50 Years, CACM 2009.</a> | ||
</li> | ||
<li>[Reps'98] <a href="https://dl.acm.org/doi/10.1145/276393.276394?cid=81100117392">Thomas Reps. “Maximal-munch” Tokenization in Linear Time. ACM AOPLAS 1998.</a> | ||
</li> | ||
<li>[G&J] Dick Grune, Ceriel J. H. Jacobs. Parsing Techniques: A Practical Guide. | ||
</li> | ||
<li>[Cantor'62] <a href="https://doi.org/10.1145/321138.321145">David G. Cantor. On The Ambiguity Problem of Backus Systems. JACM'62.</a> | ||
|