A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-06-14 09:57:48 +02:00
doc add typecheck documentation 2024-06-14 09:56:33 +02:00
src renamed Generator -> Builder 2024-06-14 08:54:12 +02:00
Test malicious tests 2024-06-14 08:11:58 +02:00
.gitignore added Test classes, fixed assignment dup missing 2024-06-14 07:57:38 +02:00
project.cabal renamed Generator -> Builder 2024-06-14 08:54:12 +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