This commit is contained in:
i22007 2024-05-08 10:39:04 +02:00
commit d93d11c1e3
2 changed files with 14 additions and 6 deletions

View File

@ -2,7 +2,9 @@ import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
/**
* run: mvn test
*/
public class MainTest {
@Test
void testAdd() {
@ -13,6 +15,3 @@ public class MainTest {
}
/**
* run: mvn test
*/

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