From ea900df3da91d72fff3221c9004ece8c86b8688e Mon Sep 17 00:00:00 2001 From: Julien Perrissin Date: Mon, 14 Mar 2016 07:41:54 +0100 Subject: [PATCH 1/2] Add CS143 compiler construction course CS143 is a Stanford's course in the practical and theoretical aspects of compiler construction. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93c9970..b128d3a 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,13 @@ Courses - It covers concepts such as atomicity, safety, liveness and deadlock. - It covers how to measure and understand performance and scalability of parallel programs. - It covers tools and methods to find bugs in concurrent programs. +- [CS 143](https://web.stanford.edu/class/cs143/) **Compiler construction** *Stanford University* Lecture NotesAssignments +- CS143 is a Stanford's course in the practical and theoretical aspects of compiler construction. +- [Home] (https://web.stanford.edu/class/cs143/) +- [Syllabus](https://web.stanford.edu/class/cs143/schedule.html) +- [Lectures](https://web.stanford.edu/class/cs143/) +- [Assignments](https://web.stanford.edu/class/cs143/) +- [CS143 - 2011](http://www.keithschwarz.com/cs143/WWW/sum2011/) ------- From 66f02136e116bcb79da7ab0ea6bd0b9a57cb3043 Mon Sep 17 00:00:00 2001 From: Julien Perrissin Date: Mon, 14 Mar 2016 07:44:04 +0100 Subject: [PATCH 2/2] Fix typo on CS143 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b128d3a..f727620 100644 --- a/README.md +++ b/README.md @@ -266,12 +266,12 @@ Courses - It covers how to measure and understand performance and scalability of parallel programs. - It covers tools and methods to find bugs in concurrent programs. - [CS 143](https://web.stanford.edu/class/cs143/) **Compiler construction** *Stanford University* Lecture NotesAssignments -- CS143 is a Stanford's course in the practical and theoretical aspects of compiler construction. -- [Home] (https://web.stanford.edu/class/cs143/) -- [Syllabus](https://web.stanford.edu/class/cs143/schedule.html) -- [Lectures](https://web.stanford.edu/class/cs143/) -- [Assignments](https://web.stanford.edu/class/cs143/) -- [CS143 - 2011](http://www.keithschwarz.com/cs143/WWW/sum2011/) + - CS143 is a Stanford's course in the practical and theoretical aspects of compiler construction. + - [Home] (https://web.stanford.edu/class/cs143/) + - [Syllabus](https://web.stanford.edu/class/cs143/schedule.html) + - [Lectures](https://web.stanford.edu/class/cs143/) + - [Assignments](https://web.stanford.edu/class/cs143/) + - [CS143 - 2011](http://www.keithschwarz.com/cs143/WWW/sum2011/) -------