27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Planning of the compilation course (CAP, Compilation and Program Analysis)
|
|
_Academic first semester 2024-2025_
|
|
|
|
# Week 1:
|
|
|
|
- :book: Course: Monday 09/09/2024, 13h30-15h30. Amphi K (Gabriel Radanne)
|
|
|
|
* Introduction: [transparents](course/capmif_cours01_intro_et_archi.pdf).
|
|
* ISA [ref pdf RISCV](course/riscv_isa.pdf).
|
|
* [Demo Assembly](course/demo20.s).
|
|
* Lexing, Parsing, [slides](course/capmif_cours02_lexing_parsing.pdf).
|
|
* [Demo Parsing](course/ANTLRExamples.tar.xz).
|
|
|
|
- :hammer: Lab 1: Thursday 12/09/2024, 10h15-12h15. Room E001 (Samuel
|
|
Humeau & Emma Nardino)
|
|
|
|
# Week 2:
|
|
|
|
- :book: Course: Monday 16/09/2024, 13h30-15h30. Amphi SVT (Bio) (Yannick Zakowski)
|
|
|
|
* Semantics: [transparents](course/capmif_cours_03_semantics.pdf).
|
|
|
|
- :rocket: Additional ressources (mainly in english)
|
|
|
|
* A nice YT video on [structural induction](https://www.youtube.com/watch?v=2o3EzvfgTiQ) by F. Pereira.
|
|
* Fernando Pereira's other videos on operational semantics : [video1](https://www.youtube.com/watch?v=bOzbRhXvtlY), [video2](https://www.youtube.com/watch?v=aiBKOuM5iEA).
|