Tests
This commit is contained in:
parent
3823da5b2f
commit
220fdb506d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user