Compare commits

...

3 Commits

Author SHA1 Message Date
i22011
3b72d09df5 Merge remote-tracking branch 'origin/main' 2024-05-08 09:53:22 +02:00
i22011
220fdb506d Tests 2024-05-08 09:52:58 +02:00
i22011
3823da5b2f Tests 2024-05-08 09:45:38 +02:00
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