Releases: PixelGuys/JEternal
Releases · PixelGuys/JEternal
Release 19.10.0
OEEC v0.7
OEEC (Official Eternal Executable Compiler) is a "compiler" that adds pre-processing to JavaScript, alongside with, of course, packaging workspace into EEF (Eternal Executable File).
In help or in documentation, command "oeec" will be an alias to java -jar oeec.jar
Default command line is oeec [input directory] [output file]
OEEC also accepts the --file argument (WIP) which will, in next version, allow for compiling from only one file. In this mode, pre-processor command #include
will be disabled. #define, #ifndefine, #ifdefine
, etc. will of course still be available. OEEC will go open-source soon