تسجيل الدخول إنشاء حساب جديد

whitespace أمثلة على

"whitespace" معنى  
أمثلةجوال إصدار
  • Whitespace was created by Edwin Brady and Chris Morris in 2002.
    طورت لغة وايت سبيس من قبل إدوين برادي وكريس موريس في عام 2002.
  • Consistent use of whitespace improves readability and reduces the time it takes to understand the software.
    يعمل الاستخدام المتواصل للمسافة البيضاء على تحسين قابلية القراءة وتقليل الوقت المستغرق في فهم البرامج.
  • Omitting tokens, notably whitespace and comments, is very common, when these are not needed by the compiler.
    إن حذف الرموز، ولاسيما المسافات البيضاء والتعليقات،أمر شائع جدًا،عندما لا يحتاج المترجم إليها.أقل شيوعا،يمكن إدراج الرموز المضافة.
  • There are currently no known hard facts (conclusions from studies) about which of the whitespace styles have the best readability.
    ولا يوجد حاليا وقائع صلبة معروفة (استنتاجات من دراسات) حول كيفي يمكن أن تكون المسافات البيضاء مقروءة بصورة سهلة.
  • Similarly, sometimes evaluators can suppress a lexeme entirely, concealing it from the parser, which is useful for whitespace and comments.
    وبالمثل،في بعض الأحيان يمكن للمقيِّمين أن يقوموا بإخفاء المفردات بالكامل، وإخفائه من المحلل اللغوي، وهو أمر مفيد للمسافات والتعليقات.
  • A consequence of this property is that a Whitespace program can easily be contained within the whitespace characters of a program written in another language, except possibly in languages which depend on spaces for syntax validity such as Python, making the text a polyglot.
    وتستطيع برمجة وايت سبيس الارتباط بسهولة بحروف الوايت سبيس لبرنامج مكتوب بلغة أخرى، ماعدى بايثون، مما يجعل النص متعدد اللغات.
  • A consequence of this property is that a Whitespace program can easily be contained within the whitespace characters of a program written in another language, except possibly in languages which depend on spaces for syntax validity such as Python, making the text a polyglot.
    وتستطيع برمجة وايت سبيس الارتباط بسهولة بحروف الوايت سبيس لبرنامج مكتوب بلغة أخرى، ماعدى بايثون، مما يجعل النص متعدد اللغات.
  • In the 1960s, notably for ALGOL, whitespace and comments were eliminated as part of the line reconstruction phase (the initial phase of the compiler frontend), but this separate phase has been eliminated and these are now handled by the lexer.
    في ستينيات القرن العشرين، ولا سيما بالنسبة لـ للغة ألجول، تم التخلص من المسافات البيضاء والتعليقات كجزء من مرحلة إعادة بناء السطر (المرحلة الأولية لواجهة المترجم)، ولكن تم التخلص من هذه المرحلة المنفصلة ويتم التعامل معها الآن بواسطة قارئ المفردات.