Next: Benchmarking the interpreter, Up: Working on Mes [Contents][Index]
Building Mes as described in Building from Git runs the whole bootstrapping process which is quite lengthy. If your goal is to work in the Mes interpreter, that may be frustrating.
That’s why Mes also provides a simplified simple.make file that
can be used to build mes alone.
make -f simple.make
Builds Mes using GCC so you can more easily test your work. You can also
choose to build Mes using M2-Planet using the mes-m2 target of
the makefile.
The makefile is also able to run minimal tests on your code and a simple benchmark.