mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-28 14:48:03 +00:00
22 lines
462 B
Markdown
22 lines
462 B
Markdown
# 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 |