From 45811cd2c9ba04b54cb6cd9851e4bd1c4868e2a6 Mon Sep 17 00:00:00 2001 From: Morgon Kanter Date: Mon, 16 Feb 2015 15:32:46 -0800 Subject: [PATCH] Add UoW Compiler Construction course --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c75d8e2..1e2bdf6 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,10 @@ Courses - Covers non-imperative paradigms and languages such as Ruby, Racket, and ML and the fundamentals of programming languages. - [Lectures](https://courses.cs.washington.edu/courses/cse341/14sp/#lecture) - [Assignments and Tests](https://courses.cs.washington.edu/courses/cse341/14sp/#homework) +- [CSE P 501](http://courses.cs.washington.edu/courses/csep501/09au/lectures/video.html) **Compiler Construction** *University of Washington* Lecture Videos Assignments + - Teaches understanding of how a modern compiler is structured and the major algorithms that are used to translate code from high-level to machine language. The best way to do this is to actually build a working compiler, so there will be a significant project to implement one that translates programs written in a core subset of Java into executable x86 assembly language. The compilers themselves will use scanner and parser generator tools and the default implementation language is Java. + - [Lectures](http://courses.cs.washington.edu/courses/csep501/09au/lectures/video.html) + - [Assignments, Tests, and Solutions](http://courses.cs.washington.edu/courses/csep501/09au/homework/index.html) -------