A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-08 15:36:04 +02:00
src parser add empty methods 2024-05-08 15:36:04 +02:00
Test parser add empty methods 2024-05-08 15:36:04 +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