protected void Compile(int lineNbr, string data)
 {
     AddOutput(lineNbr, "STATUS: Compiling");
     MainForm.StartSimulator();
 }