A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-06 23:15:10 +02:00
src add name resolution, fix symbol table key, value switchup 2024-05-06 23:15: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 Typed AST elements 2024-05-02 13:56:40 +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