A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-06-12 19:57:09 +02:00
src boolean AND/OR, if/else goto fixed 2024-06-12 19:57:09 +02:00
Test Merge remote-tracking branch 'origin/create-parser' into typedAST 2024-06-11 18:50:39 +02:00
.gitignore Class file data structure 2024-05-04 11:39:44 +02:00
project.cabal resolved circular imports 2024-06-12 16:55:19 +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