Merge remote-tracking branch 'origin/Endabgabe' into Endabgabe
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
i22035 2024-07-04 19:45:09 +02:00
commit c315966219
6 changed files with 54 additions and 1919 deletions

View File

@ -95,14 +95,6 @@ Tests and execution:
- Typing and Type checking -> (src/test/java/semantic/EndToTypedAstTest) - Typing and Type checking -> (src/test/java/semantic/EndToTypedAstTest)
## Used Tools
- [Maven 4.0](https://maven.apache.org/index.html)
- Used for automating the build process and managing dependencies.
- [ANTLR4 v.13.1](https://www.antlr.org/)
- Used to parse the input Java code into the Abstract Syntax Tree.
## Used Tools ## Used Tools
- [Maven 4.0](https://maven.apache.org/index.html) - [Maven 4.0](https://maven.apache.org/index.html)
@ -140,10 +132,3 @@ Example (jar needs to be in the target directory)
``` ```
DgenClass=true DgenClass=true
``` ```
## How to run tests
```bash
mvn test
```
Or start them manually in your IDE

BIN
ast.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

View File

@ -15,7 +15,6 @@ import java.io.IOException;
import java.nio.file.Paths; import java.nio.file.Paths;
import java.util.Optional; import java.util.Optional;
/** /**
* Start miniCompiler using make: * Start miniCompiler using make:
* <p> <code> cd .\src\test\ </code> * <p> <code> cd .\src\test\ </code>

View File

File diff suppressed because it is too large Load Diff

View File