A MiniJavaCompiler written in the super cool language HASKELL
Go to file
2024-05-02 21:15:59 +02:00
src lexer implement separators and fix literals 2024-05-02 21:15:59 +02:00
Test lexer implement separators and fix literals 2024-05-02 21:15:59 +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