mirror of
https://github.com/JonathanFleischmann/CompilerULTIMATE.git
synced 2024-12-27 07:38:03 +00:00
add some details to readme
This commit is contained in:
parent
ee2553b089
commit
724347e250
14
README.md
14
README.md
@ -1,6 +1,7 @@
|
||||
# CompilerNichtHaskell
|
||||
|
||||
# Teamrollen:
|
||||
## Teamrollen
|
||||
|
||||
- Scanner & Parser: Julian Kraus und Laurenz Schleicher
|
||||
- Semantische Analyse: Juha Ahmad
|
||||
- Code-Generierung: Simon Wittmann
|
||||
@ -13,6 +14,13 @@
|
||||
- Simon Wittmann: Codegen und Tool für ASM
|
||||
- Jonathan Fleischmann: Tests
|
||||
|
||||
# Fehlende Tests für Features (positive Tests):
|
||||
## Fehlende Tests für Features (positive Tests)
|
||||
|
||||
- Main-Methode
|
||||
- Klammern von Expressions
|
||||
- Klammern von Expressions
|
||||
|
||||
## Besonderheiten unserer Implementierung
|
||||
|
||||
- Zugriff auf Felder nur über `this`-Referenz
|
||||
- `print()`statt `System.out.println()`
|
||||
- alles ist public
|
||||
|
Loading…
Reference in New Issue
Block a user