-
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
7254acc
commit 25a4ad4
Showing
2 changed files
with
98 additions
and
21 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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<html> | ||
<head> | ||
<title>Formal Semantics of Programming Languages, Fall 2022</title> | ||
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> | ||
</head> | ||
|
||
<body style="line-height:150%"> | ||
|
||
<h3><font size="5" face="Georgia">编译原理 (Principle of Compilers)</font></h3> | ||
<p><font size="4" face="Georgia">学期:2023-2024学年春夏学期</font></p> | ||
<p><font size="4" face="Georgia">授课老师:<a href="https://rainoftime.github.io/">姚培森</a>,浙江大学杭州国际科创中心水博园区B06, 311</p> | ||
<p><font size="4" face="Georgia">助教:<a href="mailto:???">陈楷骐</a></font></p> | ||
<hr> | ||
<hr> | ||
|
||
<h3><font face="Georgia">Lecture Notes</font></h3> | ||
<ul> | ||
<li> <b>[XX/XX]</b>: Introduction (<a href="">slide</a>) | ||
</li> | ||
|
||
</ul> | ||
<hr> | ||
|
||
<h3><font face="Georgia">Assignments/Labs</font></h3> | ||
<ul> | ||
<li> <b>[XX/XX]</b>: <a href="XXX">XXXX</a>. | ||
Due by <b>23:59pm, XX/XX</b>. | ||
</li> | ||
|
||
</ul> | ||
|
||
<hr> | ||
|
||
<h3><font face="Georgia">Textbooks and References</font></h3> | ||
<ul> | ||
<li>Textbooks: Modern Compiler Implementation in C</li> | ||
<li>References:</li> | ||
<ul> | ||
<li>Alfred V. Aho, Monica S. Lam, et al. Compilers: Principles, Techniques, and Tools</li> | ||
<li> Keith Cooper & Linda Torczon, Engineering a Compiler | ||
</li> | ||
<li> Hanne Riis Nielson, Flemming Nielson. Semantics with Applications: A Formal Introduction.</li> | ||
<li>Steven Muchnick. Advanced Compiler Design and Implementation</li> | ||
<li>Michael L. Scott. Programming Language Pragmatics</li> | ||
<li>Christopher W. Fraser, David R. Hanson. A Retargetable C Compiler</li> | ||
</ul> | ||
</ul> | ||
<hr> | ||
|
||
<h3><font face="Georgia">Article of Interest</font></h3> | ||
<ul> | ||
<li><a href="https://dl.acm.org/doi/10.1145/1461928.1461946">Mary Hall, David Padua, Keshav Pingali. Compiler Research: The Next 50 Years, Comm. ACM 52(2): 60 - 67, Feb. 2009.</a> </li> | ||
<li><a href="https://dl.acm.org/doi/10.1145/1461928.1461946">Thomas Reps. “Maximal-munch” tokenization in linear time. ACM Transactions on Programming Languages and Systems, Volume 20, Issue 2, pp 259–273. 1998.</a> </li> | ||
|
||
</ul> | ||
<hr> | ||
|
||
<p><font size="3" face="Georgia">最后更新日期:2024-01-12</font></p> | ||
</body> | ||
|
||
</html> |