This part describes the actual project. After a chapter explaining why Pascal was chosen as the source language, there will be several chapters about how I compiled Pascal source programs to Java class files and the problems I had. I will conclude this document with a chapter about some of the things I did not implement and how they should be done and a chapter containing some final words about the project including what can be concluded from all this.
All throughout the project I used the Java compiler javac and the Java Virtual Machine java from the Java Developer's Kit. In the beginning I used JDK1.0.2 and later I used JDK1.1.2.