Name : Atusa Fattahi Project name : Interpreter for web scripting language Directory : ~/proj/demsys/com3360/f97/atoosa/fproject Credits : SRC report 148 by Luca Cardelli and Rown Davies http://www.research.digital.com/src/publications Class dictionary : (@ import java.util.* ; import java.net.*; import java.io.*; import java.lang.*; @) // *implements* Runnable is needed because the run method of this class //is activated by a thread S = Service *implements* Runnable. Service : Basic_Service | Repetition | Time_Limit | Sequential_Execution | Concurrent_Execution . Basic_Service = "url" "("
Address ")". Repetition = "repeat" "(" S ")". Time_Limit = "timeout" "("