On this page:
CMSC430:   Introduction to Compilers
6.8

CMSC430: Introduction to Compilers

Spring, 2017

Compilers is the study of programming language design and implementation.

Today’s programming languages give programmers unprecedented power and flexibility, and yet sometimes they are still not enough. There are many occasions when it is possible to encode the solution to a programming problem in an existing language, but at the cost of significant effort, loss of elegance and clarity, and reduced maintainability. In these cases, often the best way to solve a problem is to develop a new language that makes the solution easy to express correctly, succinctly, and maintainably. Examples of such languages range from “little” ones like Make, XML, JSON, YAML, Wiki, bash, Windows .ini files, autoconf, etc., to “big” ones like Perl, Python, Ruby, PHP, JavaScript, R, MATLAB, etc. All of these languages were invented because existing languages just weren’t good enough, and in the course of your career, you also may find yourself needing to invent a new programming language!

The goal of CMSC 430 is to arm students with the ability to design, implement, and extend a programming language. Throughout the course, students will design and implement several related languages, and will explore parsing, syntax querying, dataflow analysis, compilation to bytecode, type systems, and language interoperation.

Staff

Name

Office

E-mail (@cs.umd.edu)

Office Hours

David Van Horn

3439 AVW

dvanhorn

10:45-11:45a Tues

Nicholas Labich

4103 AVW

labichn

1:00-2:00p Thur

Location

 

CSI 1122

Time

 

Tues, Thurs: 2:00–3:15pm

Midterm 1

 

March 2, in class

Midterm 2

 

April 13, in class

Textbooks

 

There no required or recommended texts. See the Resources page for useful links.

 

Web Accessibility