CAP/PLANNING.md

63 lines
2.2 KiB
Markdown
Raw Normal View History

2024-09-09 13:09:53 +02:00
# 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).
2024-09-10 11:22:02 +02:00
- :hammer: Lab 1: Thursday 12/09/2024, 10h15-12h15. Room E001 (Samuel
Humeau & Emma Nardino)
2024-09-09 13:09:53 +02:00
2024-09-16 10:32:47 +02:00
- :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).
2024-09-16 10:31:29 +02:00
# Week 2:
- :book: Course: Monday 16/09/2024, 13h30-15h30. Amphi SVT (Bio) (Yannick Zakowski)
* Semantics: [transparents](course/capmif_cours_03_semantics.pdf).
2024-09-19 09:24:25 +02:00
- :book: Course: Thursday 19/09/2024, 10h15-12h15. Amphi B (Yannick Zakowski)
2024-09-23 15:49:47 +02:00
* Typing: [transparents](course/capmif_cours_04_typing.pdf).
# Week 3:
2024-09-30 13:37:55 +02:00
- :hammer: Lab 2: Thursday 23/09/2023, 13h30-15h30. Room E001 103 & -138 (Grenat) (Samuel Humeau & Emma Nardino)
2024-09-23 15:49:47 +02:00
* Lexing & Parsing with ANTLR4 [TP02](TP02/tp2.pdf).
* Code in [TP02/](TP02/).
2024-09-25 12:44:29 +02:00
- :book: Course: Thursday 26/09/2024, 10h15-12h15. Amphi B (Gabriel Radanne)
* Interpreters: [transparents](course/capmif_cours03_interpreters.pdf).
* 3 Address code generation: [transparents](course/capmif_cours05_3ad_codegen.pdf).
2024-09-30 13:37:55 +02:00
# Week 4:
2024-10-06 19:58:11 +02:00
- :hammer: Lab 3: Monday 30/09/2024, 13h30-15h30. Room E001 (Samuel Humeau & Emma Nardino)
2024-09-30 13:37:55 +02:00
* Interpreter & Typer [TP03](TP03/tp3.pdf).
* Code in [TP03/](TP03/) and [MiniC/TP03/](MiniC/TP03/).
2024-10-02 15:59:54 +02:00
- :book: Course: Thursday 3/10/2024, 10h15-12h15. Amphi B (Gabriel Radanne)
* CFG [slides in english](course/capmif_cours06_irs.pdf).
2024-10-06 19:58:11 +02:00
# Week 5:
- :hammer: Lab 4a: Monday 07/10/2024, 13h30-15h30. Room E001 (Samuel Humeau & Emma Nardino)
* Syntax directed code generation [TP04](TP04/tp4a.pdf).
* Code in [MiniC/TP04/](MiniC/TP04/).
* Documentation [here](docs/html/index.html).