How to compile Traceur Pascal ?
Traceur Pascal is fully written in java. In order to compile java sources, you should use the Sun JDK 1.4 or above. The command line for compiling is : javac Lancer.java ‘Lancer’ means ‘start’ in French. When compiling this file, because of dependency, every file get compiled. When doing successive compilations, we recommand you to delete old *.class files to be sure every file is really recompiled.