Merge remote-tracking branch 'origin/Endabgabe' into Endabgabe
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
commit
c315966219
15
README.md
15
README.md
@ -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
|
|
@ -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>
|
||||||
|
0
src/main/resources/logs/test
Normal file
0
src/main/resources/logs/test
Normal file
File diff suppressed because it is too large
Load Diff
0
src/test/resources/output/javac/test
Normal file
0
src/test/resources/output/javac/test
Normal file
Loading…
Reference in New Issue
Block a user