221 Compilers - Tutorial Exercise 1 ----------------------------------- This directory provides runnable Java code for tutorial exercise 1. To run the program make a copy of this directory and type: java Turtle Example1.turtle You should get the output: Program name: "Sample" Please move forward 20 Please turn 108 degrees Please move forward 10 Please turn 108 degrees Please move forward 10 Please turn 108 degrees Please move forward 10 Please turn 108 degrees Please move forward 10 Please turn 108 degrees Please move forward 10 The code is already compiled. If you want to recompile it from the .java files given here you will need to fill in the missing lines, marked "??". Paul Kelly Imperial College London 2003