Пример #1
0
 public void InterpreteLabel()
 {
     if (!LabelScanned)
     {
         AST    CurrentAST = Input.Read();
         string Name       = ((AST)CurrentAST.Value).Value as string;
         OutputManager.RegisterLabelLocation(Name, Input.BackupPosition());
     }
 }