A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-06-10 12:53:59 +02:00
src remove unused thisMeth type. Returns are combined and already checked against return Type 2024-06-10 12:53:59 +02:00
Test Merge remote-tracking branch 'origin/create-parser' into typedAST 2024-05-31 16:26:14 +02:00
.gitignore Class file data structure 2024-05-04 11:39:44 +02:00
project.cabal moved expression statement and expressionstatement 2024-05-31 11:24:11 +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