A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-07 11:04:40 +02:00
src apply pull and add tests 2024-05-07 11:04:40 +02:00
Test create cabal project structure 2024-05-01 21:20:38 +02:00
.gitignore create cabal project structure 2024-05-01 21:20:38 +02:00
project.cabal moved type check to its own file 2024-05-07 09:53:16 +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