How to compile and run ?
========================

Simple and efficient :
	make

Then you just have to type :
	./bin/meta sample/boucle.xml 

to launch the program test.

Documentation generation :
==========================

Simple and quick again :
	make doc

The resulting documentation should be in "../doc/html" directory

Cleaning project :
==================

Again too simple :
	make clean
