Compiler for a fictive language called HEPIAL, compiled to pseudo JavaBytecode
You can find code examples of the hepial language in the test folder
To compile and run an hepial program, navigate to the src
folder and do the following command:
make FILE=<pathToHEPIALFile>