Updated Courses (markdown)

Francisco J Ballesteros 2016-09-20 19:18:58 +02:00
parent 217c48be47
commit b2a75d0c04

@ -61,3 +61,6 @@ Go is a great language for CS majors. This page presents some university courses
# Compiler Design # 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. * 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.