Skip to content

Releases: PixelGuys/JEternal

Release 19.10.0

28 Sep 10:38
Compare
Choose a tag to compare

The first release of JEternal. This requires Java 9.

OEEC v0.7

01 Dec 10:29
2556093
Compare
Choose a tag to compare
OEEC v0.7 Pre-release
Pre-release

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