A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-16 11:42:48 +02:00
src increment/decrement 2024-05-16 11:42:48 +02:00
Test Merge branch 'create-parser' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode 2024-05-16 11:19:46 +02:00
.gitignore Class file data structure 2024-05-04 11:39:44 +02:00
project.cabal restructured bytecode code 2024-05-16 10:39:27 +02:00
questions.md Class file data structure 2024-05-04 11:39:44 +02:00
README.md create cabal project structure 2024-05-01 21:20:38 +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

run tests

cabal test