TD1

TD2

TD3

TD4

Première :

if foo then 
    if bar then baz
    else quux

if foo then
    if bar then baz
else quux

Seconde :

if foo then
    if bar then baz
    else quux

TD5

Exemple analyse descendante

analyse_descendante
(pas fait)

TD6

?

TD7

?