A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-06-26 15:13:42 +00:00
doc Merge pull request 'create-parser' (#8) from create-parser into master 2024-06-26 15:13:42 +00:00
src fixed local variable declaration being ignore inside for loop 2024-06-26 09:42:07 +02:00
Test fixed local variable declaration being ignore inside for loop 2024-06-26 09:42:07 +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 adjusted usage example in README 2024-06-14 10:00:47 +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 compiler <FILENAME>

run tests

cabal test