download 2021 site
BIN
project/2021/00-lab0a/chocopy-refman.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
project/2021/00-lab0b/netid.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
project/2021/00-lab1a/spoofax.png
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
project/2021/00-lab1b/spt.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
project/2021/00-lab1c/grammar.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
project/2021/00-submissions/clone_url.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
project/2021/00-submissions/merge_request.png
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
project/2021/00-submissions/new_merge_request.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
993
project/index.html
Normal file
|
|
@ -0,0 +1,993 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Eelco Visser">
|
||||
<meta name="generator" content="Jekyll v3.8.5">
|
||||
<title>Course Project: A Compiler for ChocoPy</title>
|
||||
<!-- <base href="/2021"> -->
|
||||
|
||||
<!--link rel="canonical" href="https://getbootstrap.com/docs/4.3/examples/starter-template/"-->
|
||||
|
||||
<link rel="icon" href="../img/logo/pl_ico2_2B3_icon.ico" type="image/x-icon">
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<!--link href="https://getbootstrap.com/docs/4.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"-->
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
|
||||
|
||||
|
||||
<style>
|
||||
.bd-placeholder-img {
|
||||
font-size: 1.125rem;
|
||||
text-anchor: middle;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bd-placeholder-img-lg {
|
||||
font-size: 3.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="../css/main.css" rel="stylesheet">
|
||||
<link href="../css/borders-responsive.css" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="../css/pl.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<main role="main" >
|
||||
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
|
||||
|
||||
<a class="navbar-brand" href="../index.html">
|
||||
TU Delft | CS4200
|
||||
</a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
|
||||
<ul class="navbar-nav mr-auto">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="../lectures/index.html" tabindex="-1" aria-disabled="true">Lectures</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="../homework/index.html" tabindex="-1" aria-disabled="true">Homework</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="index.html" tabindex="-1" aria-disabled="true">Project</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="../news/index.html" tabindex="-1" aria-disabled="true">News</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="../blog/index.html" tabindex="-1" aria-disabled="true">Blog</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="ml-3 mr-3 mb-3 pb-3 border-bottom border-dark" width="100%">
|
||||
<h2>Course Project: A Compiler for ChocoPy</h2>
|
||||
<div class="border-top border-dark pt-3 mt-3">
|
||||
See also:
|
||||
<a href="../lectures/index.html">Lectures</a>
|
||||
| <a href="index.html">Project</a>
|
||||
</div>
|
||||
</div><div class="ml-3 mr-3 mb-3 pb-3 border-bottom border-dark" width="100%">
|
||||
Note that we list last year's lab descriptions marked 2020. They will be updated to their definitive version for this year. In particular, the CS4200-B part, starting at Lab 8, is expected to change. Check with the teaching staff before you work ahead.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="row ml-3 mr-3 mb-3 border-bottom border-secondary">
|
||||
<div class="col-md-2 ml-0 pl-0 pr-0">
|
||||
<div class="">
|
||||
<h3 id="y2021">2021</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-10 pl-0 pr-0 mr-0">
|
||||
<ul class="list-group list-group-flush">
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/0.html">Rules for the Course Project</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
<a class="text-primary" href="https://weblab.tudelft.nl/cs4200/2021-2022/rules">
|
||||
Project Rules
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 01, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/0b.html">Lab 0(b): Registering Your Project</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
<a class="text-primary" href="https://weblab.tudelft.nl/cs4200/2021-2022/assignment/87898/view">
|
||||
WebLab
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 03, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/0a.html">Lab 0(a): The ChocoPy Language</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
<a class="text-primary" href="https://chocopy.org/chocopy_language_reference.pdf">
|
||||
Project Language Documentation
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 03, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/1a.html">Lab 1(a): Setting up Spoofax</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project Set-up
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 07, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/1b.html">Lab 1(b): Creating Syntax Tests</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 07, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/1c.html">Lab 1(c): Syntax Definition</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 07, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/1d.html">Lab 1(d): Git(Lab), CI, and Submissions</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 07, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-danger pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../milestone/0.html">Milestone 0: Test Your GitLab Set-Up</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 10, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/2.html">Lab 2: Disambiguation</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 14, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/3a.html">Lab 3(a): Setting up Static Analysis</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project Set-up
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 22, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-warning pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/3b.html">Lab 3(b): Creating Static Analysis Tests</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 22, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/3c.html">Lab 3(c): Simple Types</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 22, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-danger pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../milestone/1.html">Milestone 1: Syntax Complete</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 27, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/4.html">Lab 4: Local Names</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
September 29, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/5.html">Lab 5: Functions and Classes</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
October 06, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 faded">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/6.html">Lab 6: Preparing Milestone 2 Submission (2020)</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
October 13, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 faded">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/7.html">Lab 7: Finish Front-End (2020)</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
October 20, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-danger pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../milestone/2.html">Milestone 2: Front-End Complete</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
October 24, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/8.html">Lab 8: Simple Transformation</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
November 12, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/9.html">Lab 9: A Basic Compiler Pipeline</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
November 19, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/10.html">Lab 10: Instruction Selection</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
November 26, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/11.html">Lab 11: Implementing Register Allocation and Control Flow</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
December 03, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/12.html">Lab 12: Loops & Functions</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
December 10, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/13.html">Lab 13: Compiling Objects</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
December 17, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/14.html">Lab 14: Implementing Lists & Testing Your Compiler</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
December 24, 2021
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul> </div> </div>
|
||||
|
||||
<div class="row ml-3 mr-3 mb-3 border-bottom border-secondary">
|
||||
<div class="col-md-2 ml-0 pl-0 pr-0">
|
||||
<div class="">
|
||||
<h3 id="y2022">2022</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-10 pl-0 pr-0 mr-0">
|
||||
<ul class="list-group list-group-flush">
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../lab/15.html">Lab 15: Finishing Touches</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
January 14, 2022
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="list-group-item pl-0 ml-0 border-0 pt-0 mb-0" >
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="bd-callout border-primary pl-3 ">
|
||||
<div class="font-weight-bold text-dark" >
|
||||
<a class="text-dark" href="../milestone/3.html">Milestone 3: Back-End Complete</a>
|
||||
</div>
|
||||
|
||||
<div class="text-secondary" style="font-size:90%;">
|
||||
|
||||
|
||||
Project
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="font-weight-light text-secondary" style="font-size:90%;">
|
||||
January 21, 2022
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
</ul> </div> </div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||