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.
|
||||||
|
|
||||||
|
@@ -103,7 +103,6 @@ Tests and execution:
|
|||||||
- [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
|
||||||
### 1. Start miniCompiler using make:
|
### 1. Start miniCompiler using make:
|
||||||
|
Reference in New Issue
Block a user