This HTML5 document contains 53 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n6http://www.lysator.liu.se/c/
n15https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
dbpedia-arhttp://ar.dbpedia.org/resource/
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Reserved_word
dbo:wikiPageWikiLink
dbr:Lexical_grammar
Subject Item
dbr:Lexical_analysis
dbo:wikiPageWikiLink
dbr:Lexical_grammar
Subject Item
dbr:Lexical_grammar
rdf:type
yago:WikicatFormalLanguages yago:Language106282651 dbo:Book yago:Communication100033020 yago:Abstraction100002137
rdfs:label
القواعد المعجمية Lexical grammar
rdfs:comment
القواعد المعجمية (lexical grammar) في علم الحاسوب، القواعد المعجمية هي القواعد الرسمية التي تحدد بناء الجملة من الرموز. يتم كتابة البرنامج باستخدام الأحرف التي يتم تعريفها من خلال بنية معجم اللغة المستخدمة. مجموعة الأحرف تعادل مجموعة الأحرف الأبجدية المستخدمة بواسطة أي لغة مكتوبة. القواعد النحوية تضع القواعد التي تحكم كيفية تقسيم متسلسلة الأحرف إلى متسلسلات جزئية كل جزء منها يمثل رمزًا فرديًا. يتم تعريف هذا من حيث التعبيرات العادية. آمثلة: التعبيرات العادية للقواعد المعجمية المشتركة تتبع (على سبيل المثال، c). معرف: *[_A-Za-z_][A-Za-z0-9] المراجع: In computer science, a lexical grammar is a formal grammar defining the syntax of tokens. The program is written using characters that are defined by the lexical structure of the language used. The character set is equivalent to the alphabet used by any written language. The lexical grammar lays down the rules governing how a character sequence is divided up into subsequences of characters, each part of which represents an individual token. This is frequently defined in terms of regular expressions.
dcterms:subject
dbc:Parsing dbc:Formal_languages
dbo:wikiPageID
7949557
dbo:wikiPageRevisionID
975854837
dbo:wikiPageWikiLink
dbr:Programming_language dbc:Formal_languages dbc:Parsing dbr:Integer_literal dbr:String_literal dbr:Formal_grammar dbr:Alphanumeric dbr:Computer_science dbr:Escape_character dbr:Token_(parser) dbr:Syntax_(programming_languages) dbr:Lexical_analysis dbr:Regular_expression dbr:Identifier dbr:Keyword_(computer_programming)
dbo:wikiPageExternalLink
n6:ANSI-C-grammar-l.html
owl:sameAs
freebase:m.026l3_r n15:4pqAx wikidata:Q6537698 dbpedia-ar:القواعد_المعجمية yago-res:Lexical_grammar
dbp:wikiPageUsesTemplate
dbt:Mono dbt:Refend dbt:Refbegin dbt:Reflist
dbo:abstract
In computer science, a lexical grammar is a formal grammar defining the syntax of tokens. The program is written using characters that are defined by the lexical structure of the language used. The character set is equivalent to the alphabet used by any written language. The lexical grammar lays down the rules governing how a character sequence is divided up into subsequences of characters, each part of which represents an individual token. This is frequently defined in terms of regular expressions. For instance, the lexical grammar for many programming languages specifies that a string literal starts with a " character and continues until a matching " is found (escaping makes this more complicated), that an identifier is an alphanumeric sequence (letters and digits, usually also allowing underscores, and disallowing initial digits), and that an integer literal is a sequence of digits. So in the following character sequence "abc" xyz1 23 the tokens are string, identifier and number (plus whitespace tokens) because the space character terminates the sequence of characters forming the identifier. Further, certain sequences are categorized as keywords – these generally have the same form as identifiers (usually alphabetical words), but are categorized separately; formally they have a different token type. القواعد المعجمية (lexical grammar) في علم الحاسوب، القواعد المعجمية هي القواعد الرسمية التي تحدد بناء الجملة من الرموز. يتم كتابة البرنامج باستخدام الأحرف التي يتم تعريفها من خلال بنية معجم اللغة المستخدمة. مجموعة الأحرف تعادل مجموعة الأحرف الأبجدية المستخدمة بواسطة أي لغة مكتوبة. القواعد النحوية تضع القواعد التي تحكم كيفية تقسيم متسلسلة الأحرف إلى متسلسلات جزئية كل جزء منها يمثل رمزًا فرديًا. يتم تعريف هذا من حيث التعبيرات العادية. على سبيل المثال، تحدد القواعد النحوية للمفردات للعديد من لغات البرمجة أن السلسلة الحرفية تبدأ بعلامة «وتستمر حتى يتم العثور على علامة» مطابقة. أن المعرف هو تسلسل أبجدي رقمي (أحرف وأرقام، وعادة ما يسمح أيضًا بوجود شُرط سفلية، ويمنع الأرقام المبدئية). وأن الاعداد الصحيحة هي سلسلة من الأرقام. لذا في متتابعة الأحرف التالية abc" xyz1 23" الرموز هي سلسلة ومعرف ورقم بالإضافة إلى رموز المسافة البيضاء لأن المسافة البيضاء تنهي تسلسل الاحرف والأرقام والرموز التي تشكل المعرف. وعلاوة على ذلك، يتم تصنيف بعض التسلسلات ككلمات دالة - هذه عموما لها نفس شكل المعرفات (كلمات أبجدية عادةً)، ولكن يتم تصنيفها بشكل منفصل، رسميا لديهم نوع رمزي مختلف. آمثلة: التعبيرات العادية للقواعد المعجمية المشتركة تتبع (على سبيل المثال، c). معرف: *[_A-Za-z_][A-Za-z0-9] المراجع:
gold:hypernym
dbr:Grammar
prov:wasDerivedFrom
wikipedia-en:Lexical_grammar?oldid=975854837&ns=0
dbo:wikiPageLength
2799
foaf:isPrimaryTopicOf
wikipedia-en:Lexical_grammar
Subject Item
dbr:Identifier_(computer_languages)
dbo:wikiPageWikiLink
dbr:Lexical_grammar
Subject Item
dbr:Syntax_(programming_languages)
dbo:wikiPageWikiLink
dbr:Lexical_grammar
Subject Item
dbr:Maximal_munch
dbo:wikiPageWikiLink
dbr:Lexical_grammar
Subject Item
dbr:Outline_of_computer_programming
dbo:wikiPageWikiLink
dbr:Lexical_grammar
Subject Item
dbr:Lexical_specification
dbo:wikiPageWikiLink
dbr:Lexical_grammar
dbo:wikiPageRedirects
dbr:Lexical_grammar
Subject Item
wikipedia-en:Lexical_grammar
foaf:primaryTopic
dbr:Lexical_grammar