GTL Template Language
GTL is a template language and an interpretor written in Galgas (https://github.com/pierremolinaro/galgas-distribution). It has been designed to be used in the OIL compiler of Trampoline to generate C code. However it can also be used in any compiler written in Galgas.
After cloning or downloading from GitHub, go in the makefile-xxx or project-codeblocks-xxx directory corresponding to your platform.
In a makefile-xxx directory type '''./build.py''' to build gtl
In a project-codeblocks-xxx directory, open the Codeblocks project and build it.
In directory examples, you'll find some sample code to test.