Implementation Of Programming Languages

Master

Implementatie van programmeertalen

Website:website met extra informatie
Onderwijs:Het vak INFOIPT wordt in 2012/2013 niet aangeboden.
Onderwijs:Het is nog niet zeker of en zo ja in welke periode van 2012/2013 dit vak wordt aangeboden.
Nota bene:Er is geen recente vakbeschrijving beschikbaar.
Onderstaande tekst is een oude vakbeschrijving uit collegejaar 2007/2008
Inhoud:

Computer programs are usually written in a so-called high-level programming language, such as C, Java, or Haskell. Execution of such programs requires either a compiler or an interpreter for the language.

In its most general form, a compiler is a piece of software that takes as input a program written in a certain (usually: high-level) language and produces as output a translation of that program into another (more low-level) language. Examples include: compilers that translate C programs into machine code for an IA-32 processor; compilers that translate Java programs into bytecode instructions for the Java Virtual Machine; but also: software for translating LaTeX? documents into HTML. In contrast, interpretation is concerned with the direct execution of (the actions described by) a source program.

In this course, we study the workings of compilers and interpreters. We do so by considering some of the language constructs that typically appear in modern imperative and functional programming languages, and by looking at what kind of analyses these constructs require in order to be compiled or interpreted. We delve into formalisms, tools, and programming techniques that are particulary well-suited for crafting compilers and interpreters, but that are often also useful and relevant for other, more general forms of software construction.

Specific topics include: abstract syntax, operational semantics, attribute grammars, code generation, garbage collection, and type inference. Participants are assumed to be familiar with the basic concepts of imperative and functional programming as well as the essentials of lexing and combinator-based parsing; knowledge of and experience with the Haskell programming language is recommended.

Literatuur:kan veranderen!

Lecture notes.

Werkvorm:

Lectures; combined exercise and lab sessions.

Toetsvorm:

Written exam; lab assignments.

The overall grade is determined by taking the weighted sum of the result for the written exam (which weighs in with 80 percent) and the combined result for the lab assignments (20 percent), provided that neither of the two components is less than 5. (If either of the two components is in fact less than 5, then the overall grade will be given by the minimum of 5 and the aforementioned weighted sum.)

Inspanningsverplichting voor aanvullende toets:Om aan de aanvullende toets te mogen meedoen moet de oorspronkelijke uitslag minstens 4 zijn.
wijzigen?