MiniJavaCompiler/README.md

15 lines
186 B
Markdown
Raw Permalink Normal View History

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
```
cabal run
```
run tests
```
cabal test
```