From b2a75d0c04249911994c919e541b3684993ee7f8 Mon Sep 17 00:00:00 2001 From: Francisco J Ballesteros Date: Tue, 20 Sep 2016 19:18:58 +0200 Subject: [PATCH] Updated Courses (markdown) --- Courses.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Courses.md b/Courses.md index e7022abb..e3138e79 100644 --- a/Courses.md +++ b/Courses.md @@ -61,3 +61,6 @@ Go is a great language for CS majors. This page presents some university courses # Compiler Design * Compiler Design (CS712/CS812) at the University of New Hampshire: http://www.cs.unh.edu/~cs712/. In Fall 2016 we are compiling a subset of Go to LLVM code. + + * Introduction to Compilers (6197) at Rey Juan Carlos University of Madrid: http://lsub.org/comp. Students write a compiler in Go that implements a language for drawing graphics. +