Dépôt du langage "EZ Language"
Repository of a project for the EZ language compiler.
A simple compiler for EZ-Language
Compilation of the compiler for EZ language is done with make
A makefile is present at the root of the project to help with the process.
In order to :
To obtain some help and see all avaibles options, use : make help
Once compiled, the compiler can be run easly.
To do so, you need to run the file EZ_language_compiler located in the bin directory.
Some EZLanguage files examples are available in the test folder.
In order to :
EZ_language_compiler --help
EZ_language_compiler myfile.ezl
EZ_language_compiler --directinput
Do not hesitate to create git Issues at the github website if you encounter an inopinate problem.