A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-07 08:20:10 +02:00
src fixed typechecker trying to find a field of a class in the symboltable 2024-05-07 08:20:10 +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 added means of testing 2024-05-06 23:15:22 +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