2024-04-24 11:58:26 +00:00
|
|
|
# MiniJavaCompiler
|
|
|
|
It's a compiler for a minimal version of Java with watered down syntax.
|
|
|
|
Written in Haskell.
|
2024-05-01 19:07:04 +00:00
|
|
|
|
|
|
|
# Cabal Commands
|
|
|
|
run main
|
|
|
|
```
|
2024-06-14 08:00:47 +00:00
|
|
|
cabal run compiler <FILENAME>
|
2024-05-01 19:07:04 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
run tests
|
|
|
|
```
|
|
|
|
cabal test
|
|
|
|
```
|