Updated README.md
This commit is contained in:
parent
51a390752b
commit
b151edc2fd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user