Compilerbau 2024 Gruppe : absolut nicht Haskell - Simon Wittmann, Laurenz Schleicher, Julian Kraus, Ahmad Juha, Jonathan Fleischmann
Go to file
2024-06-22 19:36:39 +02:00
src translated most of test ASTs into TypedASTs 2024-06-22 19:36:39 +02:00
.gitignore added .ide to gitignore 2024-04-24 15:26:54 +02:00
pom.xml wrote tests for ScannerAndParser and more 2024-05-09 00:10:23 +02:00
README.md list missing parser tests in readme 2024-06-22 18:08:26 +02:00

CompilerNichtHaskell

Teamrollen:

  • Scanner & Parser: Julian Kraus und Laurenz Schleicher
  • Semantische Analyse: Juha Ahmad
  • Code-Generierung: Simon Wittmann
  • Testen: Jonathan Fleischmann

Fehlende Tests für Features (positive Tests):

  • Mainmethod
  • *=
  • %=
  • /=
  • boolean als Datentyp (public boolean test;)
  • do while
  • break
  • recipient mit methode zwischen drinnen (this.methode().a
  • &&
  • ||
  • unaryOp
  • Klammern von Expressions
  • Multiline Comment