Tests
This commit is contained in:
parent
3823da5b2f
commit
220fdb506d
@ -29,8 +29,7 @@
|
|||||||
[TokRightBrace]
|
[TokRightBrace]
|
||||||
|
|
||||||
# Parser
|
# Parser
|
||||||
## Parser Input
|
## Parser Input (Scanner Output)
|
||||||
(Scanner Output)
|
|
||||||
|
|
||||||
## Parser Output -> AST
|
## Parser Output -> AST
|
||||||
### Beispiel 1: Empty Class
|
### Beispiel 1: Empty Class
|
||||||
@ -42,6 +41,16 @@
|
|||||||
|
|
||||||
|
|
||||||
# Semantische Analyse / Typcheck
|
# Semantische Analyse / Typcheck
|
||||||
|
## Typcheck Input (Parser Output)
|
||||||
|
|
||||||
|
## Typcheck Output
|
||||||
|
|
||||||
|
### Beispiel 1: Empty Class
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Beispiel 2: Filled Class
|
||||||
|
|
||||||
|
|
||||||
# Bytecodegenerierung
|
# Bytecodegenerierung
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user