Compare commits
3 Commits
code-gener
...
85e0cf3807
Author | SHA1 | Date | |
---|---|---|---|
|
85e0cf3807 | ||
|
6f3fb02666 | ||
|
435697053a |
15
README.md
15
README.md
@@ -95,14 +95,6 @@ Tests and execution:
|
||||
- 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
|
||||
|
||||
- [Maven 4.0](https://maven.apache.org/index.html)
|
||||
@@ -140,10 +132,3 @@ Example (jar needs to be in the target directory)
|
||||
```
|
||||
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.util.Optional;
|
||||
|
||||
|
||||
/**
|
||||
* Start miniCompiler using make:
|
||||
* <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
Reference in New Issue
Block a user