Assignements
This package contains the specifications of the Tiger Project as done at EPITA, École Pour l'Informatique et les Techniques Avancées.
To work properly, you should really be on a GNU/Linux box, since we run IA32 code generated with the ELF syntax, not the Mach-O one.
How to work locally?
A special dockerfile for the developpers exists which is Dockerfile.dev
For the build:
make docker-build
To run:
docker run -it --rm --workdir /tc -v $PWD:/tc -p 8000:8000 registry.lrde.epita.fr/tiger/assignments
Copyright (C) 2003-2015 Akim Demaille
This file is part of the Tiger Project.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.