Skip to content

Commit

Permalink
Update s2024.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xianweiz authored Feb 27, 2024
1 parent ab27f57 commit 76c5394
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions teach/dcs290/s2024.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Teachin

<h2 id='section_title'> <span class='highlight'><font color="#006600"> > Miscellaneous</font></span></h2>
- <b>QQ Group</b>: 189 205 980<br>
- <b>Lab Projects</b>: <a class="link-other" href="https://github.com/arcsysu/SYsU-lang">https://github.com/arcsysu/SYsU-lang</a><br>
- <b>HW/Proj Submission</b>: <a class="link-other" href="https://easyhpc.net/course/164">https://easyhpc.net/course/164</a>
- <b>Lab Projects</b>: <a class="link-other" href="https://github.com/arcsysu/SYsU-lang">https://github.com/arcsysu/SYsU-lang2</a><br>
- <b>HW/Proj Submission</b>: <a class="link-other" href="https://easyhpc.net/course/164">https://easyhpc.net/course/164</a><br>
- <b>Past Semesters</b>:
<a class="link-other" href="https://arcsysu.github.io/teach/dcs290/s2023.html">2023s</a>,
<a class="link-other" href="https://arcsysu.github.io/teach/dcs290/s2022.html">2022s</a>,
<a class="link-other" href="https://arcsysu.github.io/teach/dcs290/s2021.html">2021s</a>
<p>
<h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedule</font></span></h2>
<p>
Expand All @@ -69,26 +73,26 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedul
<tr bgcolor="#C8C4B3">
<td width="12%"><font face="Arial, Helvetica, sans-serif"><b>Week/Date</b></font>
</td>
<td width="47%"><font face="Arial, Helvetica, sans-serif"><b>Topic</b></font>
<td width="47%"><font face="Arial, Helvetica, sans-serif"><b>Lecture</b></font>
</td>
<td width="32%" align="center"><font face="Arial, Helvetica, sans-serif">
<b>Note</b></font>
<b>Lab</b></font>
</td>
<td width="13%" align="center"><font face="Arial, Helvetica, sans-serif">
<b>Misc.</b></font>
<b>Note</b></font>
</td>
</tr>

<tr>
<td>wk1: 2/27</td>
<td><a class="link-other" href="slides-23/lec_0.pdf"><img src="../acc/PDF_icon.png" height=20 />Overview</a></td>
<td align="center"></td>
<td align="center"></td>
<td align="center"><a href="link-other" href="https://zwshan.github.io/SYsU-lang-doc/#/introduction/environment?id=%e8%bd%af%e4%bb%b6%e5%ae%89%e8%a3%85">Linux env</a></td>
</tr>
<tr>
<td>wk1: 2/29</td>
<td>Lexical Analysis: Intro, RegEx</td>
<td align="center"><a class="link-other" href="slides-23/lab_0.pdf"><img src="../acc/PDF_icon.png" height=20 />Lab: Intro</a></td>
<td align="center"><font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang2/tree/master/task/0">proj0</a> release</font></td>
<td align="center"></td>
</tr>

Expand All @@ -101,8 +105,7 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedul
<tr bgcolor="#E2E2E2">
<td>wk2: 3/7</td>
<td>Lexical Analysis: NFA, DFA (2)</td>
<td align="center">Lab: <a class="link-other" href="https://github.com/arcsysu/SYsU-lang/wiki/%E5%AE%9E%E9%AA%8C%E4%B8%80%E8%AF%8D%E6%B3%95%E5%88%86%E6%9E%90">proj1</a><br>
<font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang/blob/latest/lexer/README.md">proj1</a> release</font>
<td align="center"><font color="red">proj0 due</font> / <font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang2/tree/master/task/1">proj1</a> release</font>
</td>
<td align="center"></td>
</tr>
Expand Down Expand Up @@ -132,9 +135,7 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedul
<td>wk4: 3/21</td>
<td>Syntax Analysis: Top-down (1)</td>
<td align="center">
<a class="link-other" href="slides-23/lab_4-split.pdf"><img src="../acc/PDF_icon.png" height=20 />Lab: proj2</a>
(<a class="link-other" href="https://www.zhangty15226.com/pdf/%E7%BC%96%E8%AF%91%E5%8E%9F%E7%90%86%E5%AE%9E%E9%AA%8C%E4%BA%8C.pdf">TA1</a>, <a class="link-other" href="https://blog.csdn.net/u014132143/article/details/129489861">TA2</a>)<br>
<font color="red">proj1 due</font> / <font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang/blob/latest/parser/README.md">proj2</a> release</font>
<font color="red">proj1 due</font> / <font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang2/tree/master/task/2">proj2</a> release</font>
</td>
<td align="center"></td>
</tr>
Expand Down Expand Up @@ -189,9 +190,9 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedul
<tr bgcolor="#E2E2E2">
<td>wk8: 4/18</td>
<td>Semantic Analysis: SDD</td>
<td align="center"><a class="link-other" href="slides-23/lab_8.pdf"><img src="../acc/PDF_icon.png" height=20 />Lab: proj3</a><br>
<td align="center">
<font color="red">proj2 due</font> /
<font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang/tree/latest/generator">proj3</a> release</font>
<font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang2/tree/master/task/3">proj3</a> release</font>
</td>
<td align="center"></td>
</tr>
Expand Down Expand Up @@ -243,7 +244,7 @@ <h2 id='section_title'> <span class='highlight'><font color="#006600"> > Schedul
<td>Code Optimization (1)</td>
<td align="center">Lab <br>
<font color="red">proj3 due</font> /
<font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang/tree/latest/optimizer">proj4</a> release</font></td>
<font color="purple"><a class="link-other" href="https://github.com/arcsysu/SYsU-lang2/tree/master/task/4">proj4</a> release</font></td>
</td>
<td align="center"></td>
</tr>
Expand Down

0 comments on commit 76c5394

Please sign in to comment.