A MiniJavaCompiler written in the super cool language HASKELL
doc | ||
src | ||
Test | ||
.gitignore | ||
project.cabal | ||
questions.md | ||
README.md | ||
Something.java |
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