6.00 credits
30.0 h + 30.0 h
Q2
Teacher(s)
Laurent Nicolas;
Language
English
Main themes
- Methods to analyze context-free languages, upstream and downstream methods
- Generators of lexical analyzers and parsers
- Statistical semantics and attributed grammars
- Methods to translate a source code in a target code, and generation of target code
- Machine virtuelle et byte-code (JVM)
- Garbage Collection et gestion mémoire
- Domain Specific Languages (DSL)
Learning outcomes
At the end of this learning unit, the student is able to : | |
1 |
Given the learning outcomes of the "Master in Computer Science and Engineering" program, this course contributes to the development, acquisition and evaluation of the following learning outcomes:
|
Content
The course presents the theory and practice of programming language implementation, as well as compiler architecture. We will review the standard components of a compiler, from front-end (parsing, lexical analysis) to back-end (machine code generation, or interpreters), also touching on static semantics and type systems. Ultimately, students should be able to understand the ins and outs of the various programming language implementation techniques in use today.
During the course, the students will implement their own programming language.
During the course, the students will implement their own programming language.
Teaching methods
The course consists in a series of pre-recorded video lectures, as well as weekly or bi-weekly consolidation sessions where students can ask their questions. There will also be a couple of lab sessions to best prepare the students for the project.
During the semester, students will have to complete the project, which consists of extending a basic programming language interpreter/compiler with new paradigms.
During the semester, students will have to complete the project, which consists of extending a basic programming language interpreter/compiler with new paradigms.
Evaluation methods
The project (done in groups of two) accounts for two third of the course's grade. The project consists in extending the implementation of a basic programming language with new paradigms. A written exam accounts for the final third.
In case of a second session, the students are free to resubmit the project, re-present the exam, or both.
In case of a second session, the students are free to resubmit the project, re-present the exam, or both.
Other information
Background :
- LINGI1122 : Program design
- LSINF1121 : High-level programming language, algorithmics and data structures
- LINGI1101 : Logic and discrete structures
Online resources
Bibliography
Ouvrage(s) recommandé(s) :
- Crafting Interpreters, Bob Nystrom (https://craftinginterpreters.com/)
- How To Create Pragmatic Lightweight Languages, Federico Tomassetti
- Introduction to Compiler Construction in a Java World, Bill Campbell, Swamilyer, Bahar Akbal-Deliba
- Modern Compiler Implementation in Jaav, Andrew W. Appel
Teaching materials
- Supports du cours en ligne
Faculty or entity
INFO