PCF-Compiler
PCF-Compiler copied to clipboard
Style issues
Some issues I've noticed:
- Indentation in https://github.com/anicolaspp/PCF-Compiler/blob/master/src/main/scala/App.scala
- Why commit any
.classfiles? Better remove them and ban.classin a project-wide.gitignorefile. - Class names are conventionally expected to be CamelCase, not UPPERCASE.