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 pathindex.html
126 lines (102 loc) · 5.04 KB
/
index.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
<!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>Home — 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="Advice" href="advice.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="#">
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.html">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="#"> <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">
<div class="toctree-wrapper compound">
</div>
<section id="home">
<h1>Home<a class="headerlink" href="#home" title="Link to this heading">¶</a></h1>
<h3>CIS 706/801: Translator Design I & II, Fall 2023</h3><hr class="docutils" />
<p>The course will teach modern compiler techniques applied to general-purpose
programming language.
The goal of the course is to give students a working knowledge of the
foundations, tools, and engineering approaches used in developing formal
language translators.
The emphasis is on the construction of compilers to position students to build
translators for little languages in their careers.</p>
<table class="docutils align-left">
<tbody>
<tr class="row-odd"><td><p><strong>Schedule</strong></p></td>
<td><p>T U, 1:05-2:20pm, 2207 <a class="reference external" href="http://www.engg.ksu.edu/engineering-hall/">Engineering Hall</a></p></td>
</tr>
<tr class="row-even"><td><p><strong>Instructor</strong></p></td>
<td><p><a class="reference external" href="http://cs.ksu.edu/~robby">Robby</a>,
Office: 2181 <a class="reference external" href="http://www.engg.ksu.edu/engineering-hall/">Engineering Hall</a>,
E-mail: <code class="docutils literal notranslate"><span class="pre">robby</span> <span class="pre">at</span> <span class="pre">ksu.edu</span></code>,
Office Hours: T 10:30-11:30am</p></td>
</tr>
</tbody>
</table>
<hr class="docutils" />
<ul class="simple">
<li><p><a class="reference internal" href="syllabus.html#syllabus"><span class="std std-ref">Syllabus</span></a></p></li>
<li><p><a class="reference internal" href="advice.html#advice"><span class="std std-ref">Advice</span></a> (must read!)</p></li>
<li><p><a class="reference internal" href="schedule.html#schedule"><span class="std std-ref">Schedule</span></a></p></li>
<li><p><a class="reference internal" href="projects.html#projects"><span class="std std-ref">Projects</span></a></p></li>
<li><p><a class="reference internal" href="notes.html#notes"><span class="std std-ref">Notes</span></a></p></li>
</ul>
</section>
</div>
</div>
</div>
</body>
</html>