Skip to content
Snippets Groups Projects
Commit 66f6bee1 authored by Noe Eric De Santo's avatar Noe Eric De Santo
Browse files

Sort `labs` directory out

parent 6c013a44
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -25,7 +25,7 @@ That is, we explicitly replace strings by fresh identifiers which will ...@@ -25,7 +25,7 @@ That is, we explicitly replace strings by fresh identifiers which will
prevent us from mixing up definitions of the same name, or referring to prevent us from mixing up definitions of the same name, or referring to
things that have not been defined. Amy\'s name analyzer is provided to things that have not been defined. Amy\'s name analyzer is provided to
you as part of this lab\'s skeleton, but you should read the [dedicated you as part of this lab\'s skeleton, but you should read the [dedicated
name analyzer page](NameAnalysis.md) to understand how it works. name analyzer page](labs04_material/NameAnalysis.md) to understand how it works.
## Introduction to Type Checking ## Introduction to Type Checking
......
# Lab 05: Code Generation # Lab 05: Code Generation(Slides: [Markdown](slides/lab05.md)/[HTML](slides/lab05.html))
## Introduction ## Introduction
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment