A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-07-05 09:42:33 +02:00
doc update pdf 2024-07-01 17:43:21 +02:00
src Merge branch 'create-parser' of https://gitea.hb.dhbw-stuttgart.de/MisterChaos69/MiniJavaCompiler into bytecode 2024-07-05 09:42:33 +02:00
Test parser add optional parameters 2024-07-04 14:21:37 +02:00
.gitignore documentation goes LaTex 2024-06-28 11:01:17 +02:00
project.cabal fixed method/constructor overloading in bytecode generator 2024-06-28 09:20:03 +02:00
questions.md Class file data structure 2024-05-04 11:39:44 +02:00
README.md adjusted usage example in README 2024-06-14 10:00:47 +02:00

MiniJavaCompiler

It's a compiler for a minimal version of Java with watered down syntax. Written in Haskell.

Cabal Commands

run main

cabal run compiler <FILENAME>

run tests

cabal test