This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschedule.html
370 lines (346 loc) · 10.9 KB
/
schedule.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Schedule — CIS 706/801: Translator Design I & II, Fall 2022</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=7b95706a" />
<link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=90e37d00" />
<link rel="stylesheet" type="text/css" href="_static/cis706.css?v=f84b051f" />
<script src="_static/documentation_options.js?v=5929fcd5"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/jquery-1.11.0.min.js"></script>
<script src="_static/js/jquery-fix.js"></script>
<script src="_static/bootstrap-3.3.7/js/bootstrap.min.js"></script>
<script src="_static/bootstrap-sphinx.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Syllabus" href="syllabus.html" />
<link rel="prev" title="Projects" href="projects.html" />
</head><body>
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
Home</a>
<span class="navbar-text navbar-version pull-left"><b></b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li><a href="syllabus.html">Syllabus</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="notes.html">Notes</a></li>
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="index.html"> <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"></ul>
</li>
</ul>
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 content">
<section id="schedule">
<span id="id1"></span><h1>Schedule<a class="headerlink" href="#schedule" title="Link to this heading">¶</a></h1>
<h3>CIS 706/801: Translator Design I & II, Fall 2023</h3><hr class="docutils" />
<ul class="simple">
<li><p>Canvas</p>
<ul>
<li><p>Lecture Slides</p></li>
<li><p>Lecture Videos</p></li>
</ul>
</li>
</ul>
<hr class="docutils" />
<table class="docutils align-left">
<colgroup>
<col style="width: 10.0%" />
<col style="width: 25.0%" />
<col style="width: 30.0%" />
<col style="width: 15.0%" />
<col style="width: 20.0%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Week. Lab: Date</p></th>
<th class="head"><p>Lectures</p></th>
<th class="head"><p>Reading</p></th>
<th class="head"><p>Lab</p></th>
<th class="head"><p>Remarks</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><ol class="arabic simple">
<li><p>T: Aug 22</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Scanners</p></li>
<li><p>Parsers</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Dragon Ch. 1 - 2.3 & Ch. 3</p></li>
<li><p><a class="reference external" href="https://www.jetbrains.com/idea/documentation/">IntelliJ</a> documentations & tutorials</p></li>
<li><p><a class="reference external" href="http://git-scm.com">Git</a> documentations & tutorials</p></li>
<li><p><a class="reference external" href="https://junit.org/junit4">JUnit</a> documentation & tutorials</p></li>
</ul>
</td>
<td><p>Course Overview</p></td>
<td><ul class="simple">
<li><p>Install <a class="reference external" href="https://sireum.org/getting-started/">Sireum IVE</a> (see <a class="reference internal" href="notes.html#sireum"><span class="std std-ref">Course Software Infrastructure</span></a>)</p></li>
<li><p>Clone private repo <a class="reference external" href="https://github.com/ksu-cis-706/f23-706">https://github.com/ksu-cis-706/f23-706</a>-<eid></p></li>
<li><p>Set up <a class="reference external" href="https://github.com/ksu-cis-706/f23-706-project">https://github.com/ksu-cis-706/f23-706-project</a> as upstream (see <a class="reference internal" href="notes.html#gitw"><span class="std std-ref">Git Workflow</span></a> & <a class="reference external" href="https://help.github.com/articles/working-with-forks/">Working with Forks</a>)</p></li>
</ul>
</td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="2">
<li><p>T: Aug 29</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Top-down Parsers</p></li>
<li><p>ANTLR4</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Dragon Ch. 2.4 - 2.9 & Ch. 4</p></li>
<li><p><a class="reference external" href="http://antlr.org">ANTLR4</a> Book/Documentation</p></li>
</ul>
</td>
<td><p>Project M1: Scanner & Parser (due <strong>Sep 11, 11:59pm, US Central</strong>)</p></td>
<td><ul class="simple">
<li><p>Demo: <a class="reference external" href="https://sireum.org/getting-started/">Sireum IVE</a></p></li>
<li><p>Demo: ANTLR v4 plugin</p></li>
</ul>
</td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="3">
<li><p>T: Sep 5</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Abstract Syntax Tree</p></li>
<li><p>Eclipse JDT</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Dragon Ch. 4 & 5</p></li>
<li><p><a class="reference external" href="http://help.eclipse.org/">Eclipse JDT Documentation</a></p></li>
</ul>
</td>
<td><p>Exam 1: Scanners, Parsers & Top-Down Parsers</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="4">
<li><p>T: Sep 12</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Symbol Table</p></li>
<li><p>Type Checking</p></li>
<li><p>Bottom-up Parsers</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Dragon Ch. 2.7 & Ch. 6.1 - 6.5</p></li>
</ul>
</td>
<td><p>Project M2: Abstract Syntax Tree (due <strong>Sep 25, 11:59, US Central</strong>)</p>
<p>Exam 1 Discussion</p>
</td>
<td><ul class="simple">
<li><p>Demo: JDT AstView Plugin</p></li>
</ul>
</td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="5">
<li><p>T: Sep 19</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Virtual Machine</p></li>
<li><p>Code Generation: Eclipse JDT to Java bytecode using ASM</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Dragon Ch. 6.6 - 6.9 & Ch. 8.1-8.6</p></li>
</ul>
</td>
<td><p>Exam 2: AST, Symbol Table, and Type Checking</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="6">
<li><p>T: Sep 26</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Bytecode Optimization</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Dragon Ch. 8.7</p></li>
<li><p><a class="reference external" href="http://java.sun.com/docs/books/jvms/">JVM Specification</a></p></li>
<li><p><a class="reference external" href="https://asm.ow2.io/">ASM</a> Documentation and API</p></li>
</ul>
</td>
<td><p>Project M3: Type Checking (due <strong>Oct 9, 11:59pm, US Central</strong>)</p>
<p>Exam 2 Discussion</p>
</td>
<td></td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="7">
<li><p>T: Oct 3</p></li>
</ol>
</td>
<td></td>
<td></td>
<td><p>706 Presentation Topics</p>
<p>801 Final Project (due <strong>Dec 16, 11:59pm, US Central</strong>)</p>
</td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="8">
<li><p>T: Oct 10</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Static Analysis – Overview</p></li>
<li><p>Static Analysis – Control Flow Graph (CFG)</p></li>
<li><p>Static Analysis – Reaching Definition</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Nielson-Nielson-Hankin Ch. 1</p></li>
<li><p>Dragon Ch. 9</p></li>
</ul>
</td>
<td><p>Project M4: Bytecode Generation (due <strong>Oct 23, 11:59pm, US Central</strong>)</p></td>
<td><ul class="simple">
<li><p>Demo: ASM Bytecode Viewer Plugin</p></li>
</ul>
</td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="9">
<li><p>T: Oct 17</p></li>
</ol>
</td>
<td><ul class="simple">
<li><p>Static Analysis – Classic Problems</p></li>
<li><p>Static Analysis – Monotone Dataflow Framework</p></li>
</ul>
</td>
<td><ul class="simple">
<li><p>Nielson-Nielson-Hankin Ch. 2</p></li>
<li><p>Dragon Ch. 9</p></li>
</ul>
</td>
<td><p>Exam 3: Virtual Machine, Bytecode Generation, and Bytecode Optimization</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="10">
<li><p><em>No Lab</em></p></li>
</ol>
</td>
<td></td>
<td></td>
<td><p>Project M5: Static Analysis (due <strong>Nov 6, 11:59pm, US Central</strong>)</p></td>
<td></td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="11">
<li><p>T: Oct 31</p></li>
</ol>
</td>
<td></td>
<td></td>
<td><p>Exam 4: Static Analysis – CFG, Reaching Definition, Classic Problems, and Monotone Dataflow Framework</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="12">
<li><p>T: Nov 7</p></li>
</ol>
</td>
<td></td>
<td></td>
<td><p>Exam 3 & 4 Discussion</p></td>
<td></td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="13">
<li><p><em>No Lab</em></p></li>
</ol>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="upperalpha simple">
<li><p><strong>Thanksgiving Break</strong></p></li>
</ol>
</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="14">
<li><p>T: Nov 28</p></li>
</ol>
</td>
<td></td>
<td></td>
<td><p>706 Presentations – Xtext & textX</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><ol class="arabic simple" start="15">
<li><p>T: Dec 5</p></li>
</ol>
</td>
<td></td>
<td></td>
<td><p>706 Presentation – Langium</p>
<p>801 Presentation – ESJ-to-Rust Transpiler</p>
</td>
<td></td>
</tr>
<tr class="row-even"><td><ol class="arabic simple" start="16">
<li><p><strong>F: Dec 15</strong></p></li>
</ol>
</td>
<td></td>
<td></td>
<td></td>
<td><ul class="simple">
<li><p><strong>801 Final Project Due</strong></p></li>
</ul>
</td>
</tr>
</tbody>
</table>
</section>
</div>
</div>
</div>
</body>
</html>