Next: Tiger 2018, Previous: Tiger 2016, Up: History [Contents][Index]
This is the sixteenth year of the Tiger Project.
We have been helped by:
Aurélien Baud, Baptiste Covolato, Pierre De Abreu, Léo Ercolanelli, Arnaud Farbos, Axel Manuel, Vincent Mirzaian-Dehkordi, Matthieu Simon, Jérémie Simon
Deliveries for Ing1 students:
Stage | Kind | Launch | Submission |
---|---|---|---|
.tig | Rush | Nov 21, 2014 at 21:00 | Nov 23, 2014 at 11:42 |
PTHL (TC-0) | Dec 8, 2014 at 18:42 | Dec 21, 2014 at 11:42 | |
TC-1 | Rush | Feb 4, 2015 at 22:00 | Feb 8, 2015 at 11:42 |
TC-2 | Feb 13, 2015 at 22:00 | Feb 22, 2015 at 11:42 | |
TC-3 & TC-R | Feb 23, 2015 at 22:00 | Mar 1, 2015 at 11:42 | |
TC-4 & TC-E | Mar 9, 2015 at 19:00 | Mar 22, 2015 at 11:42 | |
TC-5 | Avr 20, 2015 at 19:00 | May 3, 2015 at 11:42 | |
TC-6 | May 25, 2015 at 19:00 | May 31, 2015 at 11:42 | |
TC-7 | Jun 1, 2015 at 19:00 | Jun 7, 2015 at 11:42 | |
TC-8 | Jun 8, 2015 at 19:00 | Jun 14, 2015 at 11:42 | |
TC-9 | Jul 6, 2015 at 10:00 | Jul 19, 2015 at 11:42 |
Deliveries for AppIng1 students:
Stage | Kind | Launch | Submission |
---|---|---|---|
.tig | Rush | Nov 21, 2014 at 21:00 | Nov 23, 2014 at 11:42 |
PTHL (TC-0) | Dec 8, 2014 at 18:42 | Dec 21, 2014 at 11:42 |
Some of the noteworthy changes compared to Tiger 2016:
The compiler introduces the following C++ 2011 features:
using
instead of typedef
;
misc::variant
).
The C++ features used in the Tiger compiler are supported by both GCC 4.8 and Clang 3.3.
Many stylistics changes have been performed.
An ARM back end has been added.
Code given to students compiles even with the // FIXME
chunks.
Next: Tiger 2018, Previous: Tiger 2016, Up: History [Contents][Index]