A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-19 09:20:43 +02:00
src refactor: move incremental types to statementsexpressions 2024-05-19 09:20:43 +02:00
Test parser add timesequal, divideequal, moduloequal, minusequal, andequal, xorequal, orequal 2024-05-14 23:35:56 +02:00
.gitignore Class file data structure 2024-05-04 11:39:44 +02:00
project.cabal Merge branch 'create-parser' of ssh://gitea.hb.dhbw-stuttgart.de:2222/MisterChaos69/MiniJavaCompiler into bytecode 2024-05-08 11:04:43 +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