Compare commits
2 Commits
ceb1231632
...
6b6051cad8
Author | SHA1 | Date | |
---|---|---|---|
6b6051cad8 | |||
1f8e045b1e |
@@ -1,6 +1,6 @@
|
|||||||
# "Nicht Haskel 2.0" Java Compiler
|
# "Nicht Haskel 2.0" Java Compiler
|
||||||
|
|
||||||
Realisation of a subset of the Java Standard Compiler in the course Compiler Construction of the 4th semester Computer Science at the Duale Hochschule Suttgart (Horb).
|
Realisation of a subset of the Java Standard Compiler in the course Compiler Construction of the 4th semester Computer Science at the Duale Hochschule Stuttgart (Horb).
|
||||||
|
|
||||||
This project aims to provide a simplified version of the Java compiler, focusing on key language features and demonstrating the principles of compiler construction.
|
This project aims to provide a simplified version of the Java compiler, focusing on key language features and demonstrating the principles of compiler construction.
|
||||||
|
|
||||||
|
@@ -101,8 +101,7 @@ Tests and execution:
|
|||||||
- [Maven 4.0](https://maven.apache.org/index.html)
|
- [Maven 4.0](https://maven.apache.org/index.html)
|
||||||
- Used for automating the build process and managing dependencies.
|
- Used for automating the build process and managing dependencies.
|
||||||
- [ANTLR4 v.13.1](https://www.antlr.org/)
|
- [ANTLR4 v.13.1](https://www.antlr.org/)
|
||||||
- Used to parse the input Java code into the Abstract Syntax Tree.
|
- Used to parse the input Java code into the Abstract Syntax Tree.
|
||||||
|
|
||||||
|
|
||||||
## How to run the compiler
|
## How to run the compiler
|
||||||
### Possibilities
|
### Possibilities
|
||||||
|
Reference in New Issue
Block a user