-
1 attribute grammar
-
2 attribute grammar
1. атрибутная грамматикаlist grammar — списочная грамматика; списковая грамматика
2. контекстно-свободная грамматика -
3 attribute grammar
English-Russian dictionary of Information technology > attribute grammar
-
4 attribute grammar
-
5 attribute grammar
Большой англо-русский и русско-английский словарь > attribute grammar
-
6 attribute grammar
Англо-русский словарь технических терминов > attribute grammar
-
7 attribute grammar
1) Техника: атрибутная грамматика2) Математика: атрибутивная грамматика -
8 attribute grammar
-
9 attribute grammar
The New English-Russian Dictionary of Radio-electronics > attribute grammar
-
10 attribute grammar
English-Russian dictionary of computer science and programming > attribute grammar
-
11 attribute grammar
Англо-русский словарь компьютерных и интернет терминов > attribute grammar
-
12 attribute grammar
English-Russian dictionary of terms that are used in computer games > attribute grammar
-
13 attribute grammar
-
14 attribute grammar
English-Russian dictionary of computer science > attribute grammar
-
15 grammar
- ATN grammar
- attribute grammar
- augmented grammar
- bounded context grammar
- categorial grammar
- constituent grammar
- context-free grammar
- context-sensitive grammar
- correspondence grammar
- cycle-free grammar
- dominance grammar
- extended precedence grammar
- finite state grammar
- formal grammar
- fuzzy grammar
- generalized grammar
- generative grammar
- left linear grammar
- left parsable grammar
- left recursive grammar
- linear grammar
- list grammar
- matrix grammar
- mixed-strategy precedence grammar
- operational grammar
- operator grammar
- operator precedence grammar
- performance grammar
- phrase structure grammar
- precedence grammar
- proper grammar
- recognizing grammar
- recursive grammar
- right linear grammar
- right parsable grammar
- right recursive grammar
- simple grammar
- simple precedence grammar
- skeletal grammar
- source grammar
- stochastic grammar
- tagged grammar
- test grammar
- transformational grammar
- unambiguous grammar
- unrestricted grammar
- weak precedence grammarEnglish-Russian dictionary of computer science and programming > grammar
-
16 grammar
вчт1) грамматика•- ATN grammar
- attribute grammar
- augmented transition grammar
- bounded-context grammar
- categorical grammar
- Chomsky grammar
- constituent grammar
- context-free grammar
- context-sensitive grammar
- correspondence grammar
- dependency grammar
- double-level grammar
- finite-state grammar
- formalized grammar
- functional grammar
- fuzzy grammar
- generative grammar
- immediate constituent grammar
- left-recursive grammar
- normative grammar
- parenthesis grammar
- phrase-structure grammar
- polynomial grammar
- precedence grammar
- regular grammar
- semantic grammar
- surface grammar
- transformational grammar
- tree grammar
- universal grammar
- van Wijngaarden grammar
- VW-grammar -
17 grammar
вчт.1) грамматика•- ATN grammar
- attribute grammar
- augmented transition network grammar
- bounded-context grammar
- categorical grammar
- Chomsky grammar
- constituent grammar
- context-free grammar
- context-sensitive grammar
- correspondence grammar
- dependency grammar
- double-level grammar
- finite-state grammar
- formalized grammar
- functional grammar
- fuzzy grammar
- generative grammar
- immediate constituent grammar
- left-recursive grammar
- normative grammar
- parenthesis grammar
- phrase-structure grammar
- polynomial grammar
- precedence grammar
- regular grammar
- semantic grammar
- surface grammar
- transformational grammar
- tree grammar
- universal grammar
- van Wijngaarden grammar
- VW-grammarThe New English-Russian Dictionary of Radio-electronics > grammar
-
18 grammar
[ˈɡræmə]ambiguous grammar неоднозначная грамматика attribute grammar атрибутная грамматика bounded-context grammar грамматика с ограниченным контекстом case grammar падежная грамматика constituent grammar грамматика составляющих context-free grammar контекстно-свободная грамматика context-sensitive grammar контекстно-зависимая грамматика dependency grammar граматика зависимостей double-level grammar двухуровневая грамматика equivalence grammar эквивалентная грамматика finite-state grammar автоматная грамматика formal grammar формальная грамматика generative grammar порождающая грамматика grammar введение в науку, элементы науки grammar грамматика grammar грамматическая система языка grammar грамматические навыки; his grammar is terrible он делает много грамматических ошибок grammar учебник грамматики grammar грамматические навыки; his grammar is terrible он делает много грамматических ошибок left-recursive grammar леворекурсивная грамматика linear grammar линейная грамматика matrix grammar матричная грамматика network grammar сетевая грамматика operator grammar операторная грамматика phrase-structure grammar грамматика непосредственных составляющих position grammar позиционнная грамматика precedence grammar грамматика предшествования recognising grammar распознающая грамматика regular grammar регулярная грамматика right-recursive grammar праворекурсивная грамматика semantic grammar семантическая грамматика slot grammar грамматика валентностей source grammar исходная грамматика surface grammar поверхностная грамматика tree grammar грамматика деревьев unambiguous grammar однозначная грамматика -
19 grammar
вчт. грамматика-
attribute grammar
-
bounded-context grammar
-
case grammar
-
context-free grammar
-
context-sensitive grammar
-
dependency grammar
-
double-level grammar
-
finite-state grammar
-
formal grammar
-
functional grammar
-
generative grammar
-
immediate-constituent grammar
-
linear grammar
-
matrix grammar
-
phrase-structure grammar
-
precedence grammar
-
proper grammar
-
regular grammar
-
semantic grammar
-
slot grammar
-
source grammar
-
surface grammar
-
transformational grammar
-
tree grammar -
20 атрибутная грамматика
Большой англо-русский и русско-английский словарь > атрибутная грамматика
- 1
- 2
См. также в других словарях:
Attribute grammar — An Attribute grammar is a formal way to define attributes for the productions of a formal grammar, associating these attributes to values. The evaluation occurs in the nodes of the abstract syntax tree, when the language is processed by some… … Wikipedia
attribute — noun /ˈætrəbjut / (say atruhbyooht) 1. something attributed as belonging; a quality, character, characteristic, or property: wisdom is one of his attributes. 2. Grammar a. a word or phrase grammatically subordinate to another, serving to limit… …
attribute — at·trib·ute || É™ trɪbjuËt n. quality, characteristic; adjective (Grammar) v. ascribe to; credit with … English contemporary dictionary
ECLR-attributed grammar — ECLR attributed grammars are a special type of attribute grammars. They are a variant of LR attributed grammars where an equivalence relation on inherited attributes is used to optimize attribute evaluation. EC stands for equivalence class. Rie… … Wikipedia
Formal grammar — In formal semantics, computer science and linguistics, a formal grammar (also called formation rules) is a precise description of a formal language ndash; that is, of a set of strings over some alphabet. In other words, a grammar describes which… … Wikipedia
S-attributed grammar — S attributed grammars are a class of attribute grammars characterized by having no inherited attributes. Inherited attributes, which must be passed down from parent nodes to children nodes of the abstract syntax tree during the semantic analysis… … Wikipedia
LR-attributed grammar — LR attributed grammars are a special type of attribute grammars. They allow the attributes to be evaluated on LR parsing. As a result, attribute evaluation in LR attributed grammars can be incorporated conveniently in bottom up parsing. zyacc is… … Wikipedia
Affix grammar — An affix grammar is a kind of formal grammar; it is used to describe the syntax of languages, mainly computer languages, using an approach based on how natural language is typically described.The grammatical rules of an affix grammar are those of … Wikipedia
L-attributed grammar — L attributed grammars are a special type of attribute grammars. They allow the attributes to be evaluated in one left to right traversal of the abstract syntax tree. As a result, attribute evaluation in L attributed grammars can be incorporated… … Wikipedia
Romanian grammar — Romanian (technically called Daco Romanian ) shares practically the same grammar and most of the vocabulary and phonological processes with the other three surviving Eastern Romance languages: Aromanian, Megleno Romanian, and Istro Romanian.As a… … Wikipedia
HEBREW GRAMMAR — The following entry is divided into two sections: an Introduction for the non specialist and (II) a detailed survey. [i] HEBREW GRAMMAR: AN INTRODUCTION There are four main phases in the history of the Hebrew language: the biblical or classical,… … Encyclopedia of Judaism