blob: e6299116962c61f820c1304068d156b71474972c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/**
\mainpage
These pages document the implementation of the EPITA Tiger Compiler
Project (http://tiger.lrde.epita.fr).
This very important project in the EPITA curriculum consists in the
implementation of a Tiger compiler in C++. The Tiger language is
described by Andrew Appel in his "Modern Compiler Implementation"
books.
Most of the material students need to implement their Tiger Project is
to be found in the http://www.lrde.epita.fr/~tiger/ directory. In
particular, reading http://www.lrde.epita.fr/~tiger/assignments.html
is mandatory.
The reader will find more information in various places listed on
http://tiger.lrde.epita.fr/.
*/
Local Variables : mode : text End:
|