From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- tiger-compiler/src/doc.hh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tiger-compiler/src/doc.hh (limited to 'tiger-compiler/src/doc.hh') diff --git a/tiger-compiler/src/doc.hh b/tiger-compiler/src/doc.hh new file mode 100644 index 0000000..e629911 --- /dev/null +++ b/tiger-compiler/src/doc.hh @@ -0,0 +1,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: -- cgit v1.2.3