A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-08 00:00:18 +02:00
src parser improve error messages 2024-05-08 00:00:18 +02:00
Test parser implement methods with params 2024-05-07 15:03:04 +02:00
.gitignore create cabal project structure 2024-05-01 21:20:38 +02:00
project.cabal start implementing parser 2024-05-02 22:33:46 +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