This commit is contained in:
i22011 2024-05-08 09:52:58 +02:00
parent 3823da5b2f
commit 220fdb506d

View File

@ -29,8 +29,7 @@
[TokRightBrace]
# Parser
## Parser Input
(Scanner Output)
## Parser Input (Scanner Output)
## Parser Output -> AST
### Beispiel 1: Empty Class
@ -42,6 +41,16 @@
# Semantische Analyse / Typcheck
## Typcheck Input (Parser Output)
## Typcheck Output
### Beispiel 1: Empty Class
### Beispiel 2: Filled Class
# Bytecodegenerierung