abstract syntax tree oor Spaans

abstract syntax tree

en
A treelike representation of programs used in many integrated programming environments and structure-oriented editors.

Vertalings in die woordeboek Engels - Spaans

árbol de sintaxis abstracta

en
A treelike representation of programs used in many integrated programming environments and structure-oriented editors.
MicrosoftLanguagePortal

Geskatte vertalings

Vertoon algoritmies gegenereerde vertalings

voorbeelde

wedstryd
woorde
Advanced filtering
It may help to think of the abstract syntax tree of a programming language and algebraic data types.
Puede ayudar a pensar en el árbol de sintaxis abstracta de un lenguaje de programación y tipos de datos algebraicos.WikiMatrix WikiMatrix
In the abstract syntax tree for 9-5+2 in Fig. 2.22, the root represents the operator +.
En el árbol sintáctico abstracto para 9−5+2 en la figura 2.22, la raíz representa al operador +.Literature Literature
The abstract syntax tree is assembled from instances of the NonterminalExpression and TerminalExpression classes
Este árbol sintáctico abstracto está formado por instancias de las clases ExpresionNoTerminal y ExpresionTerminal.Literature Literature
Related Patterns Composite (163): The abstract syntax tree is an instance of the Composite pattern.
PATRONES RELACIONADOS Composite (151); el árbol sintáctico abstracto es una instancia del patrón Composite.Literature Literature
The Tree Grammar Engine (TGE) then converts these into Parrot Abstract Syntax Trees (PAST).
El Motor de Árboles Sintácticos (Tree Grammar Engine - TGE) los convierte a continuación en Árboles Sintácticos Abstractos Parrot (Parrot Abstract Syntax Trees - PAST).WikiMatrix WikiMatrix
Abstract syntax trees are data structures widely used in compilers to represent the structure of program code.
El Árbol de sintaxis abstracta es una estructura de datos usada extensamente en compiladores, debido a su propiedad de representar la estructura del código de un programa.WikiMatrix WikiMatrix
The Interpreter pattern doesn't explain how to create an abstract syntax tree.
El patrón Interpreter no explica cómo crear un árbol sintáctico abstracto.Literature Literature
Terminal nodes generally don't store information about their position in the abstract syntax tree.
Los nodos terminales generalmente no guardan información sobre su posición en el árbol sintáctico abstracto.Literature Literature
Classes defining nodes in the abstract syntax tree have similar implementations.
Las clases que definen los nodos del árbol sintáctico abstracto tienen implementaciones similares.Literature Literature
Flyweight (195) shows how to share terminal symbols within the abstract syntax tree.
El patrón Flyweight (179) muestra cómo compartir símbolos terminales dentro del árbol sintáctico abstracto.Literature Literature
Motivation Consider a compiler that represents programs as abstract syntax trees.
MOTIVACIÓN Pensemos en un compilador que representa programas como árboles sintácticos abstractos.Literature Literature
It can be used to produce output in Reverse Polish notation (RPN) or as an abstract syntax tree (AST).
Puede ser utilizado para producir la salida en la notación polaca inversa (RPN) o como árbol de sintaxis abstracta (AST).WikiMatrix WikiMatrix
Macros can be considered functions that accept and return S-expressions - similar to abstract syntax trees, but not limited to those.
Las macros pueden ser considerados como funciones que aceptan y retornan árboles de sintaxis abstracta (expresiones-S de Lisp).WikiMatrix WikiMatrix
An interpreter might well use the same lexical analyzer and parser as the compiler and then interpret the resulting abstract syntax tree.
Un interpretador puede bien usar el mismo analizador lexicográfico y el analizador sintáctico (parser) que el compilador y entonces interpretar el árbol de sintaxis abstracta resultante.WikiMatrix WikiMatrix
Depending upon the type of parser that should be generated, these routines may construct a parse tree (or abstract syntax tree), or generate executable code directly.
Dependiendo del tipo de análisis que se debe generar, estas rutinas pueden construir un árbol de análisis (o AST) o generar código ejecutable directamente.WikiMatrix WikiMatrix
In many functional programming languages macros are implemented using parse-time substitution of parse trees/abstract syntax trees, which it is claimed makes them safer to use.
En muchos lenguajes de programación funcionales las macros se implementan utilizando sustitución en tiempo de parseado durante el parseo del árbol de sintaxis abstracta , la cual se afirma que los hace más seguros de usar.WikiMatrix WikiMatrix
In computer science, an abstract syntax tree (AST), or just syntax tree, is a tree representation of the abstract syntactic structure of source code written in a programming language.
En lenguajes formales y lingüística computacional, un árbol de sintaxis abstracta (AST), o simplemente un árbol de sintaxis, es una representación de árbol de la estructura sintáctica simplificada del código fuente escrito en cierto lenguaje de programación.WikiMatrix WikiMatrix
Most operator-precedence parsers can be modified to produce postfix expressions; in particular, once an abstract syntax tree has been constructed, the corresponding postfix expression is given by a simple post-order traversal of that tree.
La mayoría de los parsers de precedencia de operador pueden ser modificados para producir expresiones de posfijo; en particular, una vez que haya sido construido un árbol de sintaxis abstracta, la expresión correspondiente de posfijo es dada por un recorrido postorden de ese árbol.WikiMatrix WikiMatrix
In the spectrum between interpreting and compiling, another approach is to transform the source code into an optimized abstract syntax tree (AST), then execute the program following this tree structure, or use it to generate native code just-in-time.
En el espectro entre la interpretación y la compilación, otro acercamiento está transformando el código fuente en un árbol de sintaxis abstracta optimizado (AST), y después procediendo a ejecutar el programa siguiendo esta estructura arborescente. En este acercamiento cada sentencia necesita ser analizada (parsed) solo una vez.WikiMatrix WikiMatrix
A code generator that ‘walks’ the syntax tree and generates abstract machine code.
Un generador de código que “recorre” el árbol de sintaxis y genera un código de máquina abstracto.Literature Literature
An abstract syntax tree for the following code for the Euclidean algorithm:
Árbol de sintaxis abstracta para el siguiente código del algoritmo de Euclides:ParaCrawl Corpus ParaCrawl Corpus
Metaprogramming, reflection or access to the abstract syntax tree
Metaprogramación, la reflexión o el acceso al árbol de sintaxis abstracta.ParaCrawl Corpus ParaCrawl Corpus
If you must parse an Abstract Syntax Tree, it will be more complicated.
Si tienes que navegar dentro de un árbol de sintaxis, será más complicado.ParaCrawl Corpus ParaCrawl Corpus
Macros can be considered functions that accept and return abstract syntax trees (Lisp S-expressions).
Las macros pueden ser considerados como funciones que aceptan y retornan árboles de sintaxis abstracta (expresiones-S de Lisp).ParaCrawl Corpus ParaCrawl Corpus
In Elixir the abstract syntax tree (AST), the internal representation of our code, is composed of tuples.
En Elixir el árbol de sintaxis abstracto (AST), la representación interna de nuestro código, está compuesta de tuplas.ParaCrawl Corpus ParaCrawl Corpus
57 sinne gevind in 15 ms. Hulle kom uit baie bronne en word nie nagegaan nie.