Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
/ mini-java Public archive

A compiler for a simple Java syntax.

Notifications You must be signed in to change notification settings

yannickkirschen/mini-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Java

Lint commit message Package GitHub release


This is the source code for the mini-java project of the compilers-lecture 2023 at DHBW Mannheim.
To run the compiler, execute the Compiler.java class. You can either program your code directly into the code variable inside the class or pass the path to your sourcecode-file as the first argument when running the compiler.

The extended documentation can be found inside the docs folder.


Project members:

  • Malte Richert (@MalteRichert)
  • Lars Lehmann (@nichtLehdev)
  • Yannick Kirschen (@yannickkirschen)
  • Jakob Kautz (@JakobPK)
  • Benjamin Frahm (@Rex2002)
  • Liz Wellhausen (@Lizzyhara)
  • Moritz Thoma (@mrtz4thm)