Use "grammars" in a sentence

1. LR-attributed grammars are a special type of attribute grammars.

Une grammaire LR-attribuée est un type spécial de grammaire attribuée.

2. As a result, attribute evaluation in LR-attributed grammars can be incorporated conveniently in bottom-up parsing. zyacc is based on LR-attributed grammars.

Ainsi, l'évaluation d'attributs est incorporée de manière commode dans un parseur ascendant. zyacc est fondé sur une grammaire L-attribuée.

3. They are a superset of the S-attributed grammars, which allow only synthesized attributes.

Elles sont un sur-ensemble des grammaires S-attribuées qui n'autorisent que les attributs synthétisés.

4. Attribute grammars can also be used to translate the syntax tree directly into code for some specific machine, or into some intermediate language.

On peut aussi utiliser des grammaires attribuées pour traduire l'arbre syntaxique directement en code pour une machine spécifique, ou dans un langage intermédiaire.

5. They are a subset of the L-attributed grammars, where the attributes can be evaluated in one left-to-right traversal of the abstract syntax tree.

Les grammaires attribuées sont un sous-ensemble des grammaires LR-attribuées où les attributs peuvent être évalués par une traversée de droite à gauche de l'arbre syntaxique abstrait.

6. One strength of attribute grammars is that they can transport information from anywhere in the abstract syntax tree to anywhere else, in a controlled and formal way.

Les grammaires attribuées peuvent transporter de l'information de n'importe où vers n'importe où dans l'arbre abstrait, d'une manière contrôlée et formelle.