Updated README.md

This commit is contained in:
Maximilian Stahl 2024-07-05 13:51:14 +02:00
parent 51a390752b
commit b151edc2fd
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ This project aims to provide a simplified version of the Java compiler, focusing
- `while` ... ;
- `do` ... `while`;
- `for`;
- `switch` ... `case` ... ;
- **Comments**:
- Single line: `// comment`
- Multi-line: `/* comment */`
@ -56,7 +55,7 @@ test/
## Distribution of the realisation
### i22030 & i22035
Ausführliche Beschreibung der Parser Umsetzung: ![Parserumsetzung](Parser_Dokumentation.pdf)
Parser:
- Grammar -> (src/main/java/parser/grammar)
- Scanner