Skip to content

Releases: DHBW-Inf20/houseofcompiler

v1.1.0

25 May 15:35
Compare
Choose a tag to compare

Finished Project

Yet another Java-Java Compiler

Features:

  • Java-Compiler that generates .class-Files from one .java-File
  • It can also create a .jar file that can be run with the jre
  • For More information head over to the project repository

Contributors:
@FabiKL @Lucs77777 @LukasEEH @Raqhael

Full Changelog: v1.1.0-beta...v1.1.0

houseofcompiler v1.1.0-beta

22 May 13:45
Compare
Choose a tag to compare
Pre-release

It now has the ability to run the generated .class-Files

java -jar HouseOfCompiler.jar File.java will Build and generate .class Files
java -jar HouseOfCompiler.jar File.class will Run them

Full Changelog: v1.0.0-beta...v1.1.0-beta

houseofcompiler v1.0.0-beta

22 May 00:48
97e1b74
Compare
Choose a tag to compare
Pre-release